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

  /onnv/onnv-gate/usr/src/ucbhead/sys/
vfs.h 154 } vfsops_t; typedef in typeref:struct:vfsops
  /onnv/onnv-gate/usr/src/uts/common/sys/
vfs.h 59 typedef struct vfsops vfsops_t; typedef in typeref:struct:vfsops
227 vfsops_t *vfs_op; /* operations on VFS */
407 vfsops_t vsw_vfsops; /* filesystem operations vector */
452 void vfs_freevfsops(vfsops_t *);
454 void vfs_setops(vfs_t *, vfsops_t *);
455 vfsops_t *vfs_getops(vfs_t *vfsp);
456 int vfs_matchops(vfs_t *, vfsops_t *);
460 void vfs_init(vfs_t *vfsp, vfsops_t *, void *);
520 int vfs_opsinuse(vfsops_t *);
527 struct vfssw *vfs_getvfsswbyvfsops(vfsops_t *);
    [all...]

Completed in 0 milliseconds