Searched defs:_vnode (Results 1 - 7 of 7) sorted by last modified time

/haiku/src/tools/fs_shell/
H A Dvfs.cpp539 vnode_compare(void *_vnode, const void *_key) argument
552 vnode_hash(void *_vnode, const void *_key, uint32_t range) argument
592 create_new_vnode(struct vnode **_vnode, fssh_mount_id mountID, fssh_vnode_id vnodeID) argument
773 get_vnode(fssh_mount_id mountID, fssh_vnode_id vnodeID, struct vnode **_vnode, in argument
1045 entry_ref_to_vnode(fssh_mount_id mountID, fssh_vnode_id directoryID, const char *name, struct vnode **_vnode) argument
1063 lookup_dir_entry(struct vnode* dir, const char* name, struct vnode** _vnode) argument
1093 vnode_path_to_vnode(struct vnode *vnode, char *path, bool traverseLeafLink, int count, struct vnode **_vnode, fssh_vnode_id *_parentID) argument
1247 path_to_vnode(char *path, bool traverseLink, struct vnode **_vnode, fssh_vnode_id *_parentID, bool kernel) argument
1291 path_to_dir_vnode(char *path, struct vnode **_vnode, char *filename, bool kernel) argument
1327 fd_and_path_to_dir_vnode(int fd, char *path, struct vnode **_vnode, char *filename, bool kernel) argument
1588 get_fd_and_vnode(int fd, struct vnode **_vnode, bool kernel) argument
1634 fd_and_path_to_vnode(int fd, char *path, bool traverseLeafLink, struct vnode **_vnode, fssh_vnode_id *_parentID, bool kernel) argument
2124 fssh_volume_for_vnode(fssh_fs_vnode *_vnode) argument
2309 vfs_acquire_vnode(void *_vnode) argument
2350 vfs_get_vnode_from_path(const char *path, bool kernel, void **_vnode) argument
2372 vfs_get_vnode(fssh_mount_id mountID, fssh_vnode_id vnodeID, void **_vnode) argument
2386 vfs_read_pages(void *_vnode, void *cookie, fssh_off_t pos, const fssh_iovec *vecs, fssh_size_t count, fssh_size_t *_numBytes) argument
2397 vfs_write_pages(void *_vnode, void *cookie, fssh_off_t pos, const fssh_iovec *vecs, fssh_size_t count, fssh_size_t *_numBytes) argument
2408 vfs_entry_ref_to_vnode(fssh_mount_id mountID, fssh_vnode_id directoryID, const char *name, void **_vnode) argument
2417 vfs_fs_vnode_to_node_ref(void *_vnode, fssh_mount_id *_mountID, fssh_vnode_id *_vnodeID) argument
2434 vfs_lookup_vnode(fssh_mount_id mountID, fssh_vnode_id vnodeID, struct vnode **_vnode) argument
2669 vfs_put_vnode(void *_vnode) argument
2696 vfs_get_file_map(void *_vnode, fssh_off_t offset, fssh_size_t size, fssh_file_io_vec *vecs, fssh_size_t *_count) argument
2708 vfs_stat_vnode(void *_vnode, struct fssh_stat *stat) argument
2725 vfs_get_vnode_name(void *_vnode, char *name, fssh_size_t nameSize) argument
[all...]
/haiku/src/system/kernel/fs/
H A Dvfs.cpp917 create_new_vnode_and_lock(dev_t mountID, ino_t vnodeID, struct vnode*& _vnode, argument
1146 get_vnode(dev_t mountID, ino_t vnodeID, struct vnode** _vnode, bool canWait, argument
2051 entry_ref_to_vnode(dev_t mountID, ino_t directoryID, const char* name, bool traverse, bool kernel, VnodePutter& _vnode) argument
2075 lookup_dir_entry(struct vnode* dir, const char* name, struct vnode** _vnode) argument
2129 vnode_path_to_vnode(struct vnode* start, char* path, bool traverseLeafLink, int count, struct io_context* ioContext, VnodePutter& _vnode, ino_t* _parentID, char* leafName) argument
2304 vnode_path_to_vnode(struct vnode* vnode, char* path, bool traverseLeafLink, bool kernel, VnodePutter& _vnode, ino_t* _parentID, char* leafName) argument
2313 path_to_vnode(char* path, bool traverseLink, VnodePutter& _vnode, ino_t* _parentID, bool kernel) argument
2365 path_to_dir_vnode(char* path, VnodePutter& _vnode, char* filename, bool kernel) argument
2401 fd_and_path_to_dir_vnode(int fd, char* path, VnodePutter& _vnode, char* filename, bool kernel) argument
2447 vnode_and_path_to_dir_vnode(struct vnode* vnode, char* path, VnodePutter& _vnode, char* filename, bool kernel) argument
2707 get_fd_and_vnode(int fd, struct vnode** _vnode, bool kernel) argument
2754 fd_and_path_to_vnode(int fd, char* path, bool traverseLeafLink, VnodePutter& _vnode, ino_t* _parentID, bool kernel) argument
3964 volume_for_vnode(fs_vnode* _vnode) argument
4179 vfs_get_vnode_from_path(const char* path, bool kernel, struct vnode** _vnode) argument
4202 vfs_get_vnode(dev_t mountID, ino_t vnodeID, bool canWait, struct vnode** _vnode) argument
4216 vfs_entry_ref_to_vnode(dev_t mountID, ino_t directoryID, const char* name, struct vnode** _vnode) argument
4263 vfs_lookup_vnode(dev_t mountID, ino_t vnodeID, struct vnode** _vnode) argument
[all...]
H A Drootfs.cpp506 rootfs_get_vnode_name(fs_volume* _volume, fs_vnode* _vnode, char* buffer, argument
520 rootfs_get_vnode(fs_volume* _volume, ino_t id, fs_vnode* _vnode, int* _type, argument
551 rootfs_put_vnode(fs_volume* _volume, fs_vnode* _vnode, bool reenter) argument
563 rootfs_remove_vnode(fs_volume* _volume, fs_vnode* _vnode, bool reenter) argument
619 rootfs_close(fs_volume* _volume, fs_vnode* _vnode, voi argument
642 rootfs_read(fs_volume* _volume, fs_vnode* _vnode, void* _cookie, off_t pos, void* buffer, size_t* _length) argument
714 rootfs_open_dir(fs_volume* _volume, fs_vnode* _vnode, void** _cookie) argument
751 rootfs_free_dir_cookie(fs_volume* _volume, fs_vnode* _vnode, void* _cookie) argument
773 rootfs_read_dir(fs_volume* _volume, fs_vnode* _vnode, void* _cookie, struct dirent* dirent, size_t bufferSize, uint32* _num) argument
839 rootfs_rewind_dir(fs_volume* _volume, fs_vnode* _vnode, void* _cookie) argument
1089 rootfs_write_stat(fs_volume* _volume, fs_vnode* _vnode, const struct stat* stat, uint32 statMask) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dkernel_interface.cpp320 fs_init_vnode(fs_volume* _volume, ino_t parent, ino_t nid, vnode** _vnode, bool publish = false) argument
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp1035 devfs_get_vnode_name(fs_volume* _volume, fs_vnode* _vnode, char* buffer, argument
1048 devfs_get_vnode(fs_volume* _volume, ino_t id, fs_vnode* _vnode, int* _type, argument
1073 devfs_put_vnode(fs_volume* _volume, fs_vnode* _vnode, bool reenter) argument
1109 devfs_open(fs_volume* _volume, fs_vnode* _vnode, int openMode, argument
1151 devfs_close(fs_volume* _volume, fs_vnode* _vnode, void* _cookie) argument
1168 devfs_free_cookie(fs_volume* _volume, fs_vnode* _vnode, void* _cookie) argument
1212 devfs_read(fs_volume* _volume, fs_vnode* _vnode, void* _cookie, off_t pos, void* buffer, size_t* _length) argument
1245 devfs_write(fs_volume* _volume, fs_vnode* _vnode, void* _cookie, off_t pos, const void* buffer, size_t* _length) argument
1302 devfs_open_dir(fs_volume* _volume, fs_vnode* _vnode, void** _cookie) argument
1333 devfs_free_dir_cookie(fs_volume* _volume, fs_vnode* _vnode, void* _cookie) argument
1350 devfs_read_dir(fs_volume* _volume, fs_vnode* _vnode, void* _cookie, struct dirent* dirent, size_t bufferSize, uint32* _num) argument
1418 devfs_rewind_dir(fs_volume* _volume, fs_vnode* _vnode, void* _cookie) argument
1442 devfs_ioctl(fs_volume* _volume, fs_vnode* _vnode, void* _cookie, uint32 op, void* buffer, size_t length) argument
1589 devfs_set_flags(fs_volume* _volume, fs_vnode* _vnode, void* _cookie, int flags) argument
1606 devfs_select(fs_volume* _volume, fs_vnode* _vnode, void* _cookie, uint8 event, selectsync* sync) argument
1629 devfs_deselect(fs_volume* _volume, fs_vnode* _vnode, void* _cookie, uint8 event, selectsync* sync) argument
1648 devfs_can_page(fs_volume* _volume, fs_vnode* _vnode, void* cookie) argument
1669 devfs_read_pages(fs_volume* _volume, fs_vnode* _vnode, void* _cookie, off_t pos, const iovec* vecs, size_t count, size_t* _numBytes) argument
1728 devfs_write_pages(fs_volume* _volume, fs_vnode* _vnode, void* _cookie, off_t pos, const iovec* vecs, size_t count, size_t* _numBytes) argument
1787 devfs_io(fs_volume* volume, fs_vnode* _vnode, void* _cookie, io_request* request) argument
1817 devfs_read_stat(fs_volume* _volume, fs_vnode* _vnode, struct stat* stat) argument
1868 devfs_write_stat(fs_volume* _volume, fs_vnode* _vnode, const struct stat* stat, uint32 statMask) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A Dhaiku_kernel_emu.cpp482 vfs_lookup_vnode(dev_t mountID, ino_t vnodeID, struct vnode **_vnode) argument
/haiku/src/tests/system/kernel/cache/
H A Dfile_map_test.cpp294 vfs_lookup_vnode(dev_t mountID, ino_t vnodeID, struct vnode** _vnode) argument

Completed in 96 milliseconds