Searched refs:kflags (Results 1 – 3 of 3) sorted by relevance
73 __u8 kflags; member
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()
2548 unsigned long kflags = 0, kflags_out = 0; in nfs_set_sb_security() local2550 kflags |= SECURITY_LSM_NATIVE_LABELS; in nfs_set_sb_security()2553 kflags, &kflags_out); in nfs_set_sb_security()2569 unsigned long kflags = 0, kflags_out = 0; in nfs_clone_sb_security() local2576 kflags |= SECURITY_LSM_NATIVE_LABELS; in nfs_clone_sb_security()2578 error = security_sb_clone_mnt_opts(mount_info->cloned->sb, s, kflags, in nfs_clone_sb_security()