Lines Matching defs:vnode
84 #define HAS_FS_CALL(vnode, op) (vnode->ops->op != NULL) argument
88 # define FS_CALL(vnode, op, params...) \ argument
92 # define FS_CALL_NO_PARAMS(vnode, op) \ argument
105 # define FS_CALL(vnode, op, params...) \ argument
107 # define FS_CALL_NO_PARAMS(vnode, op) \ argument
265 ino_t vnode; member
607 PagesIOTraceEntry(struct vnode* vnode, void* cookie, off_t pos, in PagesIOTraceEntry()
665 ReadPages(struct vnode* vnode, void* cookie, off_t pos, in ReadPages()
685 WritePages(struct vnode* vnode, void* cookie, off_t pos, in WritePages()
847 add_vnode_to_mount_list(struct vnode* vnode, struct fs_mount* mount) in add_vnode_to_mount_list()
855 remove_vnode_from_mount_list(struct vnode* vnode, struct fs_mount* mount) in remove_vnode_from_mount_list()
929 struct vnode* vnode = (struct vnode*)object_cache_alloc(sVnodeCache, 0); in create_new_vnode_and_lock() local
980 free_vnode(struct vnode* vnode, bool reenter) in free_vnode()
1054 dec_vnode_ref_count(struct vnode* vnode, bool alwaysFree, bool reenter) in dec_vnode_ref_count()
1113 inc_vnode_ref_count(struct vnode* vnode) in inc_vnode_ref_count()
1132 create_special_sub_node(struct vnode* vnode, uint32 flags) in create_special_sub_node()
1166 struct vnode* vnode = lookup_vnode(mountID, vnodeID); in get_vnode() local
1290 put_vnode(struct vnode* vnode) in put_vnode()
1338 struct vnode* vnode = sUnusedVnodeList.First(); in free_unused_vnodes() local
1392 get_covered_vnode_locked(Vnode* vnode) in get_covered_vnode_locked()
1419 get_covered_vnode(Vnode* vnode) in get_covered_vnode()
1441 get_covering_vnode_locked(Vnode* vnode) in get_covering_vnode_locked()
1468 get_covering_vnode(Vnode* vnode) in get_covering_vnode()
1511 get_advisory_locking(struct vnode* vnode) in get_advisory_locking()
1542 create_advisory_locking(struct vnode* vnode) in create_advisory_locking()
1600 test_advisory_lock(struct vnode* vnode, struct flock* flock) in test_advisory_lock()
1637 release_advisory_lock(struct vnode* vnode, struct io_context* context, in release_advisory_lock()
1751 acquire_advisory_lock(struct vnode* vnode, io_context* context, in acquire_advisory_lock()
1850 struct vnode* vnode = descriptor->u.vnode; in normalize_flock() local
1889 struct vnode* vnodeToDisconnect, struct vnode*& vnode, in replace_vnode_if_disconnected()
1968 struct vnode* vnode = fd_vnode(descriptor); in disconnect_mount_or_vnode_fds() local
2161 VnodePutter vnode(start); in vnode_path_to_vnode() local
2329 vnode_path_to_vnode(struct vnode* vnode, char* path, bool traverseLeafLink, in vnode_path_to_vnode()
2471 vnode_and_path_to_dir_vnode(struct vnode* vnode, char* path, in vnode_and_path_to_dir_vnode()
2495 get_vnode_name(struct vnode* vnode, struct vnode* parent, struct dirent* buffer, in get_vnode_name()
2554 get_vnode_name(struct vnode* vnode, struct vnode* parent, char* name, in get_vnode_name()
2588 dir_vnode_to_path(struct vnode* vnode, char* buffer, size_t bufferSize, in dir_vnode_to_path()
2738 struct vnode* vnode = fd_vnode(descriptor); in get_fd_and_vnode() local
2756 struct vnode* vnode; in get_vnode_from_fd() local
2793 struct vnode* vnode = get_vnode_from_fd(fd, kernel); in fd_and_path_to_vnode() local
2833 get_new_fd(struct fd_ops* ops, struct fs_mount* mount, struct vnode* vnode, in get_new_fd()
2983 VnodePutter vnode; in resolve_covered_parent() local
3099 debug_resolve_vnode_path(struct vnode* vnode, char* buffer, size_t bufferSize, in debug_resolve_vnode_path()
3147 _dump_vnode(struct vnode* vnode, bool printPath) in _dump_vnode()
3266 struct vnode* vnode = NULL; in dump_vnode() local
3305 struct vnode* vnode; in dump_vnodes() local
3331 struct vnode* vnode; in dump_vnode_caches() local
3460 common_file_io_vec_pages(struct vnode* vnode, void* cookie, in common_file_io_vec_pages()
3701 struct vnode* vnode; in new_vnode() local
3746 struct vnode* vnode = lookup_vnode(volume->id, vnodeID); in publish_vnode() local
3838 struct vnode* vnode; in get_vnode() local
3874 struct vnode* vnode = lookup_vnode(volume->id, vnodeID); in acquire_vnode() local
3886 struct vnode* vnode; in put_vnode() local
3905 struct vnode* vnode = lookup_vnode(volume->id, vnodeID); in remove_vnode() local
3941 struct vnode* vnode; in unremove_vnode() local
3961 if (struct vnode* vnode = lookup_vnode(volume->id, vnodeID)) { in get_vnode_removed() local
3977 struct vnode* vnode = static_cast<struct vnode*>(_vnode); in volume_for_vnode() local
4063 struct vnode* vnode; in read_file_io_vec_pages() local
4081 struct vnode* vnode; in write_file_io_vec_pages() local
4147 vfs_acquire_vnode(struct vnode* vnode) in vfs_acquire_vnode()
4175 vfs_get_vnode_from_fd(int fd, bool kernel, struct vnode** vnode) in vfs_get_vnode_from_fd()
4199 VnodePutter vnode; in vfs_get_vnode_from_path() local
4212 struct vnode* vnode = NULL; in vfs_get_vnode() local
4227 VnodePutter vnode; in vfs_entry_ref_to_vnode() local
4235 vfs_vnode_to_node_ref(struct vnode* vnode, dev_t* _mountID, ino_t* _vnodeID) in vfs_vnode_to_node_ref()
4248 vfs_fsnode_for_vnode(struct vnode* vnode) in vfs_fsnode_for_vnode()
4259 vfs_open_vnode(struct vnode* vnode, int openMode, bool kernel) in vfs_open_vnode()
4274 struct vnode* vnode = lookup_vnode(mountID, vnodeID); in vfs_lookup_vnode() local
4304 VnodePutter vnode; in vfs_get_fs_node_from_path() local
4575 vfs_put_vnode(struct vnode* vnode) in vfs_put_vnode()
4607 struct vnode* vnode; in vfs_disconnect_vnode() local
4630 vfs_can_page(struct vnode* vnode, void* cookie) in vfs_can_page()
4641 vfs_read_pages(struct vnode* vnode, void* cookie, off_t pos, in vfs_read_pages()
4669 vfs_write_pages(struct vnode* vnode, void* cookie, off_t pos, in vfs_write_pages()
4702 vfs_get_vnode_cache(struct vnode* vnode, VMCache** _cache, bool allocate) in vfs_get_vnode_cache()
4753 vfs_set_vnode_cache(struct vnode* vnode, VMCache* _cache) in vfs_set_vnode_cache()
4773 vfs_get_file_map(struct vnode* vnode, off_t offset, size_t size, in vfs_get_file_map()
4784 vfs_stat_vnode(struct vnode* vnode, struct stat* stat) in vfs_stat_vnode()
4804 struct vnode* vnode; in vfs_stat_node_ref() local
4817 vfs_get_vnode_name(struct vnode* vnode, char* name, size_t nameSize) in vfs_get_vnode_name()
4827 VnodePutter vnode; in vfs_entry_ref_to_path() local
4873 struct vnode* vnode = fd_vnode(descriptor); in vfs_unlock_vnode_if_locked() local
4884 struct vnode* vnode = descriptor->u.vnode; in vfs_release_posix_lock() local
5173 Vnode* vnode; in vfs_bind_mount_directory() local
5353 open_vnode(struct vnode* vnode, int openMode, bool kernel) in open_vnode()
5379 VnodePutter vnode, dirPutter; in create_vnode() local
5498 open_dir_vnode(struct vnode* vnode, bool kernel) in open_dir_vnode()
5525 open_attr_dir_vnode(struct vnode* vnode, bool kernel) in open_attr_dir_vnode()
5599 VnodePutter vnode; in file_open_entry_ref() local
5630 VnodePutter vnode; in file_open() local
5657 struct vnode* vnode = descriptor->u.vnode; in file_close() local
5682 struct vnode* vnode = descriptor->u.vnode; in file_free_fd() local
5695 struct vnode* vnode = descriptor->u.vnode; in file_read() local
5712 struct vnode* vnode = descriptor->u.vnode; in file_write() local
5732 struct vnode* vnode = descriptor->u.vnode; in file_vector_io() local
5788 struct vnode* vnode = descriptor->u.vnode; in file_seek() local
5898 struct vnode* vnode = descriptor->u.vnode; in file_select() local
5915 struct vnode* vnode = descriptor->u.vnode; in file_deselect() local
5928 struct vnode* vnode; in dir_create_entry_ref() local
5960 VnodePutter vnode; in dir_create() local
5983 VnodePutter vnode; in dir_open_entry_ref() local
6016 VnodePutter vnode; in dir_open() local
6040 struct vnode* vnode = descriptor->u.vnode; in dir_close() local
6056 struct vnode* vnode = descriptor->u.vnode; in dir_free_fd() local
6092 struct vnode* vnode = lookup_vnode(entry->d_dev, entry->d_ino); in fix_dirent() local
6107 dir_read(struct io_context* ioContext, struct vnode* vnode, void* cookie, in dir_read()
6135 struct vnode* vnode = descriptor->u.vnode; in dir_rewind() local
6194 struct vnode* vnode = descriptor->u.vnode; in common_ioctl() local
6217 struct vnode* vnode = fd_vnode(descriptor.Get()); in common_fcntl() local
6395 struct vnode* vnode; in common_sync() local
6413 struct vnode* vnode; in common_lock_node() local
6433 struct vnode* vnode; in common_unlock_node() local
6458 struct vnode* vnode; in common_preallocate() local
6494 VnodePutter vnode; in common_read_link() local
6521 VnodePutter vnode; in common_create_symlink() local
6553 VnodePutter vnode; in common_create_link() local
6580 VnodePutter vnode; in common_unlink() local
6601 VnodePutter vnode; in common_access() local
6659 struct vnode* vnode = descriptor->u.vnode; in common_read_stat() local
6677 struct vnode* vnode = descriptor->u.vnode; in common_write_stat() local
6701 VnodePutter vnode; in common_path_read_stat() local
6720 VnodePutter vnode; in common_path_write_stat() local
6741 VnodePutter vnode; in attr_dir_open() local
6758 struct vnode* vnode = descriptor->u.vnode; in attr_dir_close() local
6772 struct vnode* vnode = descriptor->u.vnode; in attr_dir_free_fd() local
6785 struct vnode* vnode = descriptor->u.vnode; in attr_dir_read() local
6800 struct vnode* vnode = descriptor->u.vnode; in attr_dir_rewind() local
6819 VnodePutter vnode; in attr_create() local
6860 VnodePutter vnode; in attr_open() local
6896 struct vnode* vnode = descriptor->u.vnode; in attr_close() local
6910 struct vnode* vnode = descriptor->u.vnode; in attr_free_fd() local
6923 struct vnode* vnode = descriptor->u.vnode; in attr_read() local
6939 struct vnode* vnode = descriptor->u.vnode; in attr_write() local
6965 struct vnode* vnode = descriptor->u.vnode; in attr_seek() local
6997 struct vnode* vnode = descriptor->u.vnode; in attr_read_stat() local
7012 struct vnode* vnode = descriptor->u.vnode; in attr_write_stat() local
7032 struct vnode* vnode; in attr_remove() local
7786 while (struct vnode* vnode = iterator.Next()) { in fs_unmount() local
7846 while (struct vnode* vnode = iterator.Next()) { in fs_unmount() local
7900 while (struct vnode* vnode = mount->vnodes.Head()) { in fs_unmount() local
7962 struct vnode* vnode; in fs_sync() local
8131 struct vnode* vnode = context->cwd; in get_cwd() local
8156 VnodePutter vnode; in set_cwd() local
8304 struct vnode* vnode = fd_vnode(descriptor); in _kern_get_next_fd_info() local
9271 struct vnode* vnode; in _user_flock() local
9593 struct vnode* vnode; in _user_create_pipe() local
10093 VnodePutter vnode; in _user_change_root() local