Home
last modified time | relevance | path

Searched refs:fsop_unmount (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dvfs.h344 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 Dfake_vfs.c196 fsop_unmount(vfs_t *vfsp, int flag, cred_t *cr) in fsop_unmount() function
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c230 fsop_unmount(vfs_t *vfsp, int flag, cred_t *cr) in fsop_unmount() function