/titanic_44/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 | 702 if (secpolicy_fs_unmount(cr, vfsp) != 0) in auto_unmount()
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | umount.c | 157 if (secpolicy_fs_unmount(CRED(), NULL) != 0 || in umount2()
|
/titanic_44/usr/src/uts/common/fs/objfs/ |
H A D | objfs_vfs.c | 201 if (secpolicy_fs_unmount(cr, vfsp) != 0) in objfs_unmount()
|
/titanic_44/usr/src/uts/common/fs/sharefs/ |
H A D | sharefs_vfsops.c | 223 if (secpolicy_fs_unmount(cr, vfsp) != 0) in sharefs_unmount()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | policy.h | 99 int secpolicy_fs_unmount(cred_t *, struct vfs *);
|
/titanic_44/usr/src/uts/common/fs/mntfs/ |
H A D | mntvfsops.c | 247 if (secpolicy_fs_unmount(cr, vfsp) != 0) in mntunmount()
|
/titanic_44/usr/src/uts/common/fs/proc/ |
H A D | prvfsops.c | 256 if (secpolicy_fs_unmount(cr, vfsp) != 0) { in prunmount()
|
/titanic_44/usr/src/uts/common/fs/ctfs/ |
H A D | ctfs_root.c | 283 if (secpolicy_fs_unmount(cr, vfsp) != 0) in ctfs_unmount()
|
/titanic_44/usr/src/uts/common/fs/dev/ |
H A D | sdev_vfsops.c | 364 if ((secpolicy_fs_unmount(cr, vfsp) != 0) || in sdev_unmount()
|
/titanic_44/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vfsops.c | 426 if (secpolicy_fs_unmount(cr, vfsp) != 0) in lo_unmount()
|
/titanic_44/usr/src/uts/common/fs/fd/ |
H A D | fdops.c | 413 if (secpolicy_fs_unmount(cr, vfsp) != 0) in fdunmount()
|
/titanic_44/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vfsops.c | 385 if ((error = secpolicy_fs_unmount(cr, vfsp)) != 0) in tmp_unmount()
|
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vfsops.c | 648 if (secpolicy_fs_unmount(cr, vfsp) != 0) in smbfs_unmount()
|
/titanic_44/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_vfsops.c | 871 if ((error = secpolicy_fs_unmount(cr, vfsp)) != 0) in cachefs_unmount()
|
/titanic_44/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vfsops.c | 373 if (secpolicy_fs_unmount(cr, vfsp) != 0) in hsfs_unmount()
|
/titanic_44/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()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | policy.c | 863 secpolicy_fs_unmount(cred_t *cr, struct vfs *vfsp) in secpolicy_fs_unmount() function
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 1394 if (secpolicy_fs_unmount(cr, vfsp) != 0) in ufs_unmount()
|
/titanic_44/usr/src/uts/common/fs/udfs/ |
H A D | udf_vfsops.c | 332 if (secpolicy_fs_unmount(cr, vfsp) != 0) { in udf_unmount()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 1887 ret = secpolicy_fs_unmount(cr, vfsp); in zfs_umount()
|
/titanic_44/usr/src/uts/common/fs/pcfs/ |
H A D | pc_vfsops.c | 818 if (secpolicy_fs_unmount(cr, vfsp) != 0) in pcfs_unmount()
|