Home
last modified time | relevance | path

Searched refs:set_kern_flags (Results 1 – 3 of 3) sorted by relevance

/linux/security/
H A Dsecurity.c1134 unsigned long *set_kern_flags) in security_sb_set_mnt_opts() argument
1141 set_kern_flags); in security_sb_set_mnt_opts()
1163 unsigned long *set_kern_flags) in security_sb_clone_mnt_opts() argument
1166 kern_flags, set_kern_flags); in security_sb_clone_mnt_opts()
/linux/security/selinux/
H A Dhooks.c642 unsigned long *set_kern_flags) in selinux_set_mnt_opts() argument
657 if (kern_flags && !set_kern_flags) in selinux_set_mnt_opts()
669 *set_kern_flags |= SECURITY_LSM_NATIVE_LABELS; in selinux_set_mnt_opts()
826 *set_kern_flags |= SECURITY_LSM_NATIVE_LABELS; in selinux_set_mnt_opts()
926 unsigned long *set_kern_flags) in selinux_sb_clone_mnt_opts() argument
941 if (kern_flags && !set_kern_flags) in selinux_sb_clone_mnt_opts()
953 *set_kern_flags |= SECURITY_LSM_NATIVE_LABELS; in selinux_sb_clone_mnt_opts()
965 *set_kern_flags |= SECURITY_LSM_NATIVE_LABELS; in selinux_sb_clone_mnt_opts()
985 *set_kern_flags |= SECURITY_LSM_NATIVE_LABELS; in selinux_sb_clone_mnt_opts()
/linux/security/smack/
H A Dsmack_lsm.c773 * @set_kern_flags: where to store converted mount opts
783 unsigned long *set_kern_flags) in smack_set_mnt_opts() argument