Searched refs:kflags (Results 1 – 2 of 2) sorted by relevance
85 static inline u64 kpf_copy_bit(u64 kflags, int ubit, int kbit) in kpf_copy_bit() argument87 return ((kflags >> kbit) & 1) << ubit; in kpf_copy_bit()
2650 unsigned long kflags = 0, kflags_out = 0; in nfs_set_sb_security() local2652 kflags |= SECURITY_LSM_NATIVE_LABELS; in nfs_set_sb_security()2655 kflags, &kflags_out); in nfs_set_sb_security()2671 unsigned long kflags = 0, kflags_out = 0; in nfs_clone_sb_security() local2678 kflags |= SECURITY_LSM_NATIVE_LABELS; in nfs_clone_sb_security()2680 error = security_sb_clone_mnt_opts(mount_info->cloned->sb, s, kflags, in nfs_clone_sb_security()