Searched defs:vfsops (Results 1 – 10 of 10) sorted by relevance
87 struct vfsops { struct88 int (*vfs_mount)(); /* mount file system */89 int (*vfs_unmount)(); /* unmount file system */90 int (*vfs_root)(); /* get root vnode */91 int (*vfs_statfs)(); /* get fs statistics */92 int (*vfs_sync)(); /* flush fs buffers */93 int (*vfs_vget)(); /* get vnode from fid */94 int (*vfs_mountroot)(); /* mount the root filesystem */95 int (*vfs_swapvp)(); /* return vnode for swap */
131 typedef struct vfsops { struct154 } vfsops_t; argument
154 vfsops_t *vfsops; in sharefs_init() local
130 vfsops_t *vfsops; in objfs_init() local
127 vfs_getvfsswbyvfsops(vfsops_t *vfsops) in vfs_getvfsswbyvfsops()
77 uintptr_t vfsops; /* filter by vfs ops pointer */ member
191 vfsops_t *vfsops; in ctfs_init() local
439 vfs_freevfsops(vfsops_t *vfsops) in vfs_freevfsops()476 vfs_setops(vfs_t *vfsp, vfsops_t *vfsops) in vfs_setops()514 vfs_matchops(vfs_t *vfsp, vfsops_t *vfsops) in vfs_matchops()1150 vfsops_t *vfsops; in domount() local4094 vfs_getvfsswbyvfsops(vfsops_t *vfsops) in vfs_getvfsswbyvfsops()
1075 vfsops_t *vfsops = EIO_vfsops; in snap_ioctl() local
344 struct vfsops { struct