| vfs.h | 209 * vfs_mntopts fields in the vfs_t. mntpt and resource are refstr_ts that 255 } vfs_t; typedef in typeref:struct:vfs 284 * VFS features are implemented as bits set in the vfs_t. 341 int (*vfs_mount)(vfs_t *, vnode_t *, struct mounta *, cred_t *); \ 342 int (*vfs_unmount)(vfs_t *, int, cred_t *); \ 343 int (*vfs_root)(vfs_t *, vnode_t **); \ 344 int (*vfs_statvfs)(vfs_t *, statvfs64_t *); \ 345 int (*vfs_sync)(vfs_t *, short, cred_t *); \ 346 int (*vfs_vget)(vfs_t *, vnode_t **, fid_t *); \ 347 int (*vfs_mountroot)(vfs_t *, enum whymountroot); [all...] |