Searched defs:VFS_UNMOUNT (Results 1 – 4 of 4) sorted by relevance
100 #define VFS_UNMOUNT(VFSP) (*(VFSP)->vfs_op->vfs_unmount)(VFSP) macro
158 #define VFS_UNMOUNT(vfsp, cr) (*(vfsp)->vfs_op->vfs_unmount)(vfsp, cr) macro
361 #define VFS_UNMOUNT(vfsp, flag, cr) fsop_unmount(vfsp, flag, cr) macro
675 #define VFS_UNMOUNT(MP, FORCE) ({ \ macro