/illumos-gate/usr/src/uts/common/fs/autofs/ |
H A D | auto_sys.c | 48 if (secpolicy_fs_unmount(CRED(), NULL) != 0 || in autofssys()
|
H A D | auto_vfsops.c | 705 if (secpolicy_fs_unmount(cr, vfsp) != 0) in auto_unmount()
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | umount.c | 157 if (secpolicy_fs_unmount(CRED(), NULL) != 0 || in umount2()
|
/illumos-gate/usr/src/uts/common/fs/objfs/ |
H A D | objfs_vfs.c | 201 if (secpolicy_fs_unmount(cr, vfsp) != 0) in objfs_unmount()
|
/illumos-gate/usr/src/uts/common/fs/sharefs/ |
H A D | sharefs_vfsops.c | 227 if (secpolicy_fs_unmount(cr, vfsp) != 0) in sharefs_unmount()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | policy.h | 100 int secpolicy_fs_unmount(cred_t *, struct vfs *);
|
/illumos-gate/usr/src/uts/common/fs/mntfs/ |
H A D | mntvfsops.c | 247 if (secpolicy_fs_unmount(cr, vfsp) != 0) in mntunmount()
|
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prvfsops.c | 256 if (secpolicy_fs_unmount(cr, vfsp) != 0) { in prunmount()
|
/illumos-gate/usr/src/uts/common/fs/bootfs/ |
H A D | bootfs_vfsops.c | 162 if ((ret = secpolicy_fs_unmount(cr, vfsp)) != 0) in bootfs_unmount()
|
/illumos-gate/usr/src/uts/common/fs/ctfs/ |
H A D | ctfs_root.c | 283 if (secpolicy_fs_unmount(cr, vfsp) != 0) in ctfs_unmount()
|
/illumos-gate/usr/src/uts/common/fs/dev/ |
H A D | sdev_vfsops.c | 389 if ((secpolicy_fs_unmount(cr, vfsp) != 0) || in sdev_unmount()
|
/illumos-gate/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vfsops.c | 425 if (secpolicy_fs_unmount(cr, vfsp) != 0) in lo_unmount()
|
/illumos-gate/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vfsops.c | 418 if ((error = secpolicy_fs_unmount(cr, vfsp)) != 0) in tmp_unmount()
|
/illumos-gate/usr/src/uts/common/fs/fd/ |
H A D | fdops.c | 415 if (secpolicy_fs_unmount(cr, vfsp) != 0) in fdunmount()
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vfsops.c | 766 if (secpolicy_fs_unmount(cr, vfsp) != 0) in smbfs_unmount()
|
/illumos-gate/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vfsops.c | 374 if (secpolicy_fs_unmount(cr, vfsp) != 0) in hsfs_unmount()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_vfsops.c | 1365 if (secpolicy_fs_unmount(cr, vfsp) != 0) in nfs_unmount()
|
H A D | nfs3_vfsops.c | 1370 if (secpolicy_fs_unmount(cr, vfsp) != 0) in nfs3_unmount()
|
H A D | nfs4_vfsops.c | 2688 if (secpolicy_fs_unmount(cr, vfsp) != 0) in nfs4_unmount()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | policy.c | 879 secpolicy_fs_unmount(cred_t *cr, struct vfs *vfsp) in secpolicy_fs_unmount() function
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 1395 if (secpolicy_fs_unmount(cr, vfsp) != 0) in ufs_unmount()
|
/illumos-gate/usr/src/uts/common/fs/udfs/ |
H A D | udf_vfsops.c | 333 if (secpolicy_fs_unmount(cr, vfsp) != 0) { in udf_unmount()
|
/illumos-gate/usr/src/uts/common/fs/pcfs/ |
H A D | pc_vfsops.c | 824 if (secpolicy_fs_unmount(cr, vfsp) != 0) in pcfs_unmount()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 2280 ret = secpolicy_fs_unmount(cr, vfsp); in zfs_umount()
|