Searched defs:vfsops (Results 1 – 11 of 11) 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
630 struct vfsops { struct631 vfs_mount_t *vfs_mount;632 vfs_cmount_t *vfs_cmount;633 vfs_unmount_t *vfs_unmount;634 vfs_root_t *vfs_root;635 vfs_quotactl_t *vfs_quotactl;636 vfs_statfs_t *vfs_statfs;637 vfs_sync_t *vfs_sync;638 vfs_vget_t *vfs_vget;639 vfs_fhtovp_t *vfs_fhtovp;[all …]
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
440 vfs_freevfsops(vfsops_t *vfsops) in vfs_freevfsops()477 vfs_setops(vfs_t *vfsp, vfsops_t *vfsops) in vfs_setops()515 vfs_matchops(vfs_t *vfsp, vfsops_t *vfsops) in vfs_matchops()1151 vfsops_t *vfsops; in domount() local4095 vfs_getvfsswbyvfsops(vfsops_t *vfsops) in vfs_getvfsswbyvfsops()
1075 vfsops_t *vfsops = EIO_vfsops; in snap_ioctl() local
345 struct vfsops { struct