Lines Matching defs:vfsp
355 #define VFS_MOUNT(vfsp, mvp, uap, cr) fsop_mount(vfsp, mvp, uap, cr) argument
356 #define VFS_UNMOUNT(vfsp, flag, cr) fsop_unmount(vfsp, flag, cr) argument
357 #define VFS_ROOT(vfsp, vpp) fsop_root(vfsp, vpp) argument
358 #define VFS_STATVFS(vfsp, sp) fsop_statfs(vfsp, sp) argument
359 #define VFS_SYNC(vfsp, flag, cr) fsop_sync(vfsp, flag, cr) argument
360 #define VFS_VGET(vfsp, vpp, fidp) fsop_vget(vfsp, vpp, fidp) argument
361 #define VFS_MOUNTROOT(vfsp, init) fsop_mountroot(vfsp, init) argument
362 #define VFS_FREEVFS(vfsp) fsop_freefs(vfsp) argument
363 #define VFS_VNSTATE(vfsp, vn, ns) fsop_vnstate(vfsp, vn, ns) argument
364 #define VFS_SYNCFS(vfsp, flag, cr) fsop_syncfs(vfsp, flag, cr) argument
559 #define VFS_ON_LIST(vfsp) \ argument
588 #define VFS_HOLD(vfsp) { \ argument
592 #define VFS_RELE(vfsp) { \ argument
596 #define VFS_INIT(vfsp, op, data) { \ argument