| vfs.h | 210 * vfs_mntopts fields in the vfs_t. mntpt and resource are refstr_ts that 258 } vfs_t; typedef in typeref:struct:vfs 288 * VFS features are implemented as bits set in the vfs_t. 348 int (*vfs_mount)(vfs_t *, vnode_t *, struct mounta *, cred_t *); \ 349 int (*vfs_unmount)(vfs_t *, int, cred_t *); \ 350 int (*vfs_root)(vfs_t *, vnode_t **); \ 351 int (*vfs_statvfs)(vfs_t *, statvfs64_t *); \ 352 int (*vfs_sync)(vfs_t *, short, cred_t *); \ 353 int (*vfs_vget)(vfs_t *, vnode_t **, fid_t *); \ 354 int (*vfs_mountroot)(vfs_t *, enum whymountroot); [all...] |