Lines Matching refs:vfsop_find

247 #define	vfsop_find(ap, func, funct, arg0, _vop, _vsop) \  macro
268 #define vfsop_find(ap, func, funct, arg0, _fop, _fsop) \ macro
1725 vfsop_find(&farg, &func, int, &arg0, vfs_mount, in fshead_mount()
1753 vfsop_find(&farg, &func, int, &arg0, vfs_unmount, in fshead_unmount()
1781 vfsop_find(&farg, &func, int, &arg0, vfs_root, fsemop_root); in fshead_root()
1808 vfsop_find(&farg, &func, int, &arg0, vfs_statvfs, in fshead_statvfs()
1836 vfsop_find(&farg, &func, int, &arg0, vfs_sync, fsemop_sync); in fshead_sync()
1863 vfsop_find(&farg, &func, int, &arg0, vfs_vget, fsemop_vget); in fshead_vget()
1890 vfsop_find(&farg, &func, int, &arg0, vfs_mountroot, in fshead_mountroot()
1917 vfsop_find(&farg, &func, void, &arg0, vfs_freevfs, in fshead_freevfs()
1944 vfsop_find(&farg, &func, int, &arg0, vfs_vnstate, in fshead_vnstate()
2741 vfsop_find(vf, &func, int, &arg0, vfs_mount, fsemop_mount); in vfsnext_mount()
2755 vfsop_find(vf, &func, int, &arg0, vfs_unmount, fsemop_unmount); in vfsnext_unmount()
2769 vfsop_find(vf, &func, int, &arg0, vfs_root, fsemop_root); in vfsnext_root()
2783 vfsop_find(vf, &func, int, &arg0, vfs_statvfs, fsemop_statvfs); in vfsnext_statvfs()
2797 vfsop_find(vf, &func, int, &arg0, vfs_sync, fsemop_sync); in vfsnext_sync()
2811 vfsop_find(vf, &func, int, &arg0, vfs_vget, fsemop_vget); in vfsnext_vget()
2825 vfsop_find(vf, &func, int, &arg0, vfs_mountroot, fsemop_mountroot); in vfsnext_mountroot()
2839 vfsop_find(vf, &func, void, &arg0, vfs_freevfs, fsemop_freevfs); in vfsnext_freevfs()
2853 vfsop_find(vf, &func, int, &arg0, vfs_vnstate, fsemop_vnstate); in vfsnext_vnstate()