Home
last modified time | relevance | path

Searched refs:beos_vnode_ops (Results 1 – 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelFileSystem.h8 struct beos_vnode_ops;
15 beos_vnode_ops* fsOps);
34 beos_vnode_ops* fFSOps;
H A DBeOSKernelVolume.h10 struct beos_vnode_ops;
20 dev_t id, beos_vnode_ops* fsOps,
166 beos_vnode_ops* fFSOps;
H A DBeOSKernelFileSystem.cpp18 beos_vnode_ops* fsOps) in BeOSKernelFileSystem()
237 beos_vnode_ops* fsOps; in userlandfs_create_file_system()
H A Dfs_interface.h184 typedef struct beos_vnode_ops { struct
247 } beos_vnode_ops; argument
H A DBeOSKernelVolume.cpp57 beos_vnode_ops* fsOps, const FSVolumeCapabilities& capabilities) in BeOSKernelVolume()