Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvfs.h346 extern int fsop_unmount(vfs_t *, int, cred_t *);
357 #define VFS_UNMOUNT(vfsp, flag, cr) fsop_unmount(vfsp, flag, cr)
/illumos-gate/usr/src/uts/common/sys/
H A Dvfs.h343 extern int fsop_unmount(vfs_t *, int, cred_t *);
354 #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.c229 fsop_unmount(vfs_t *vfsp, int flag, cred_t *cr) in fsop_unmount() function