Searched refs:MNT_USER (Results 1 – 7 of 7) sorted by relevance
88 return MNT_USER; in mntflag_from_string()
420 #define MNT_USER 0x0000000000008000ULL /* mounted by a user */ macro433 MNT_LOCAL | MNT_USER | MNT_QUOTA | \447 MNT_ACLS | MNT_USER | MNT_NFS4ACLS | \
404 vfsp->vfs_flag |= VFS_NOSETUID | MNT_USER; in secpolicy_fs_mount_clearopts()
224 MNT_USER; /* Mount owner must be the user running the daemon */ in fuse_vfs_remount()
667 if ((flags & MNT_USER) != 0 || sfp->f_owner != 0) { in prmount()
1349 * Only privileged root, or (if MNT_USER is set) the user that in vfs_domount_update() 1634 * Silently enforce MNT_NOSUID and MNT_USER for unprivileged users. in vfs_domount() 1636 if ((fsflags & (MNT_NOSUID | MNT_USER)) != (MNT_NOSUID | MNT_USER)) { in vfs_domount() 1638 fsflags |= MNT_NOSUID | MNT_USER; in vfs_domount() 2176 * Only privileged root, or (if MNT_USER is set) the user that did the in dounmount()
4798 MNT_FLAG(MNT_USER); in DB_SHOW_COMMAND()