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

  /netvirt/usr/src/ucbhead/sys/
vfs.h 154 } vfsops_t; typedef in typeref:struct:vfsops
  /netvirt/usr/src/uts/common/sys/
vfs.h 60 typedef struct vfsops vfsops_t; typedef in typeref:struct:vfsops
226 vfsops_t *vfs_op; /* operations on VFS */
400 vfsops_t vsw_vfsops; /* filesystem operations vector */
444 void vfs_freevfsops(vfsops_t *);
446 void vfs_setops(vfs_t *, vfsops_t *);
447 vfsops_t *vfs_getops(vfs_t *vfsp);
448 int vfs_matchops(vfs_t *, vfsops_t *);
452 void vfs_init(vfs_t *vfsp, vfsops_t *, void *);
511 int vfs_opsinuse(vfsops_t *);
518 struct vfssw *vfs_getvfsswbyvfsops(vfsops_t *);
    [all...]

Completed in 60 milliseconds