Searched refs:fsop_unmount (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | vfs.h | 344 extern int fsop_unmount(vfs_t *, int, cred_t *); 356 #define VFS_UNMOUNT(vfsp, flag, cr) fsop_unmount(vfsp, flag, cr)
|
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/ |
H A D | fake_vfs.c | 196 fsop_unmount(vfs_t *vfsp, int flag, cred_t *cr) in fsop_unmount() function
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | vfs.c | 230 fsop_unmount(vfs_t *vfsp, int flag, cred_t *cr) in fsop_unmount() function
|