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

  /onnv/onnv-gate/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 */
  /onnv/onnv-gate/usr/src/uts/common/sys/
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...]

Completed in 120 milliseconds