Searched refs:zfs_vfsops (Results 1 – 6 of 6) sorted by relevance
135 zfs_vfsops.o \
102 SRCS+= zfs_vfsops.c
11 * test zfs_vfsops.c and zfs_vnops.c changes
107 struct vfsops zfs_vfsops = { variable118 VFS_SET(zfs_vfsops, zfs, VFCF_JAIL | VFCF_DELEGADMIN);162 struct vfsops zfs_vfsops = { variable
7166 extern struct vfsops zfs_vfsops; in zfs_modcmd()7199 (void) vfs_attach(&zfs_vfsops); in zfs_modcmd()7207 error = vfs_detach(&zfs_vfsops); in zfs_modcmd()
4232 extern struct vfsops zfs_vfsops;4251 vnlru_free(desiredvnodes * percent / 100, &zfs_vfsops); in arc_dnlc_evicts_thread()