Searched refs:secpolicy_fs_unmount (Results 1 - 24 of 24) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/autofs/ |
H A D | auto_sys.c | 48 if (secpolicy_fs_unmount(CRED(), NULL) != 0 ||
|
H A D | auto_vfsops.c | 702 if (secpolicy_fs_unmount(cr, vfsp) != 0)
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | umount.c | 157 if (secpolicy_fs_unmount(CRED(), NULL) != 0 ||
|
/illumos-gate/usr/src/uts/common/fs/objfs/ |
H A D | objfs_vfs.c | 201 if (secpolicy_fs_unmount(cr, vfsp) != 0)
|
/illumos-gate/usr/src/uts/common/fs/sharefs/ |
H A D | sharefs_vfsops.c | 223 if (secpolicy_fs_unmount(cr, vfsp) != 0)
|
/illumos-gate/usr/src/uts/common/fs/mntfs/ |
H A D | mntvfsops.c | 247 if (secpolicy_fs_unmount(cr, vfsp) != 0)
|
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prvfsops.c | 256 if (secpolicy_fs_unmount(cr, vfsp) != 0) {
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | policy.h | 99 int secpolicy_fs_unmount(cred_t *, struct vfs *);
|
/illumos-gate/usr/src/uts/common/fs/ctfs/ |
H A D | ctfs_root.c | 283 if (secpolicy_fs_unmount(cr, vfsp) != 0)
|
/illumos-gate/usr/src/uts/common/fs/bootfs/ |
H A D | bootfs_vfsops.c | 162 if ((ret = secpolicy_fs_unmount(cr, vfsp)) != 0)
|
/illumos-gate/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vfsops.c | 426 if (secpolicy_fs_unmount(cr, vfsp) != 0)
|
/illumos-gate/usr/src/uts/common/fs/dev/ |
H A D | sdev_vfsops.c | 381 if ((secpolicy_fs_unmount(cr, vfsp) != 0) ||
|
/illumos-gate/usr/src/uts/common/fs/fd/ |
H A D | fdops.c | 413 if (secpolicy_fs_unmount(cr, vfsp) != 0)
|
/illumos-gate/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vfsops.c | 401 if ((error = secpolicy_fs_unmount(cr, vfsp)) != 0)
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vfsops.c | 652 if (secpolicy_fs_unmount(cr, vfsp) != 0)
|
/illumos-gate/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vfsops.c | 373 if (secpolicy_fs_unmount(cr, vfsp) != 0)
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 1392 if (secpolicy_fs_unmount(cr, vfsp) != 0)
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs3_vfsops.c | 1366 if (secpolicy_fs_unmount(cr, vfsp) != 0)
|
H A D | nfs_vfsops.c | 1361 if (secpolicy_fs_unmount(cr, vfsp) != 0)
|
H A D | nfs4_vfsops.c | 2684 if (secpolicy_fs_unmount(cr, vfsp) != 0)
|
/illumos-gate/usr/src/uts/common/fs/pcfs/ |
H A D | pc_vfsops.c | 818 if (secpolicy_fs_unmount(cr, vfsp) != 0)
|
/illumos-gate/usr/src/uts/common/fs/udfs/ |
H A D | udf_vfsops.c | 332 if (secpolicy_fs_unmount(cr, vfsp) != 0) {
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 1833 ret = secpolicy_fs_unmount(cr, vfsp);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | policy.c | 863 secpolicy_fs_unmount(cred_t *cr, struct vfs *vfsp) function
|
Completed in 169 milliseconds