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

/illumos-gate/usr/src/ucbhead/sys/
H A Dvfs.h154 } vfsops_t; typedef in typeref:struct:vfsops
/illumos-gate/usr/src/uts/common/sys/
H A Dvfs.h61 typedef struct vfsops vfsops_t; typedef in typeref:struct:vfsops
201 vfsops_t *vfs_op; /* operations on VFS */
382 vfsops_t vsw_vfsops; /* filesystem operations vector */
455 void vfs_freevfsops(vfsops_t *);
457 void vfs_setops(vfs_t *, vfsops_t *);
458 vfsops_t *vfs_getops(vfs_t *vfsp);
459 int vfs_matchops(vfs_t *, vfsops_t *);
463 void vfs_init(vfs_t *vfsp, vfsops_t *, void *);
524 int vfs_opsinuse(vfsops_t *);
531 struct vfssw *vfs_getvfsswbyvfsops(vfsops_t *);
[all...]

Completed in 307 milliseconds