HomeSort by relevance Sort by last modified time
    Searched defs:vfs_t (Results 1 - 2 of 2) sorted by null

  /netvirt/usr/src/ucbhead/sys/
vfs.h 97 } 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 */
  /netvirt/usr/src/uts/common/sys/
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...]

Completed in 324 milliseconds