Searched defs:vfs_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/ucbhead/sys/
H A Dvfs.h97 } vfs_t; typedef in typeref:struct:vfs
202 extern vfs_t *getvfs(); /* return vfs given fsid */
203 extern vfs_t *vfs_devsearch(); /* find vfs given device */
/illumos-gate/usr/src/uts/common/sys/
H A Dvfs.h184 * vfs_mntopts fields in the vfs_t. mntpt and resource are refstr_ts that
232 } vfs_t; typedef in typeref:struct:vfs
262 * VFS features are implemented as bits set in the vfs_t.
323 int (*vfs_mount)(vfs_t *, vnode_t *, struct mounta *, cred_t *); \
324 int (*vfs_unmount)(vfs_t *, int, cred_t *); \
325 int (*vfs_root)(vfs_t *, vnode_t **); \
326 int (*vfs_statvfs)(vfs_t *, statvfs64_t *); \
327 int (*vfs_sync)(vfs_t *, short, cred_t *); \
328 int (*vfs_vget)(vfs_t *, vnode_t **, fid_t *); \
329 int (*vfs_mountroot)(vfs_t *, enu
[all...]

Completed in 58 milliseconds