Searched defs:VFS_UNMOUNT (Results 1 – 2 of 2) sorted by relevance
156 #define VFS_UNMOUNT(vfsp, cr) (*(vfsp)->vfs_op->vfs_unmount)(vfsp, cr) macro
356 #define VFS_UNMOUNT(vfsp, flag, cr) fsop_unmount(vfsp, flag, cr) macro