Searched defs:fs_vnode_ops (Results 1 – 2 of 2) sorted by relevance
/haiku/headers/os/drivers/ |
H A D | fs_interface.h | 56 typedef struct fs_vnode_ops fs_vnode_ops; typedef 116 struct fs_vnode_ops { struct 118 status_t (*lookup)(fs_volume* volume, fs_vnode* dir, const char* name, 120 status_t (*get_vnode_name)(fs_volume* volume, fs_vnode* vnode, char* buffer, 123 status_t (*put_vnode)(fs_volume* volume, fs_vnode* vnode, bool reenter); 124 status_t (*remove_vnode)(fs_volume* volume, fs_vnode* vnode, bool reenter); 127 bool (*can_page)(fs_volume* volume, fs_vnode* vnode, void* cookie); 128 status_t (*read_pages)(fs_volume* volume, fs_vnode* vnode, void* cookie, 130 status_t (*write_pages)(fs_volume* volume, fs_vnode* vnode, 135 status_t (*io)(fs_volume* volume, fs_vnode* vnode, void* cookie, [all …]
|
/haiku/headers/private/fs_shell/ |
H A D | fssh_api_wrapper.h | 935 #define fs_vnode_ops fssh_fs_vnode_ops macro
|