Searched refs:VFS_UNMOUNT (Results 1 – 4 of 4) sorted by relevance
| /illumos-gate/usr/src/ucbhead/sys/ |
| H A D | vfs.h | 156 #define VFS_UNMOUNT(vfsp, cr) (*(vfsp)->vfs_op->vfs_unmount)(vfsp, cr) macro
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | vfs.h | 356 #define VFS_UNMOUNT(vfsp, flag, cr) fsop_unmount(vfsp, flag, cr) macro
|
| /illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/ |
| H A D | fake_vfs.c | 1615 if ((error = VFS_UNMOUNT(vfsp, flag, cr)) != 0) { in fake_dounmount()
|
| /illumos-gate/usr/src/uts/common/fs/ |
| H A D | vfs.c | 3056 if (error = VFS_UNMOUNT(vfsp, flag, cr)) { in dounmount()
|