Home
last modified time | relevance | path

Searched refs:kflags (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/fs/proc/
Dpage.c83 static inline u64 kpf_copy_bit(u64 kflags, int ubit, int kbit) in kpf_copy_bit() argument
85 return ((kflags >> kbit) & 1) << ubit; in kpf_copy_bit()
/Linux-v4.19/include/uapi/linux/
Dtarget_core_user.h73 __u8 kflags; member
/Linux-v4.19/fs/nfs/
Dsuper.c2542 unsigned long kflags = 0, kflags_out = 0; in nfs_set_sb_security() local
2544 kflags |= SECURITY_LSM_NATIVE_LABELS; in nfs_set_sb_security()
2547 kflags, &kflags_out); in nfs_set_sb_security()
2563 unsigned long kflags = 0, kflags_out = 0; in nfs_clone_sb_security() local
2570 kflags |= SECURITY_LSM_NATIVE_LABELS; in nfs_clone_sb_security()
2572 error = security_sb_clone_mnt_opts(mount_info->cloned->sb, s, kflags, in nfs_clone_sb_security()
/Linux-v4.19/security/keys/
Dkeyring.c555 unsigned long kflags = READ_ONCE(key->flags); in keyring_search_iterator() local
570 if (kflags & ((1 << KEY_FLAG_INVALIDATED) | in keyring_search_iterator()
/Linux-v4.19/Documentation/target/
Dtcmu-design.txt145 flags fields for setting by the kernel (kflags) and userspace
/Linux-v4.19/drivers/target/
Dtarget_core_user.c1034 entry->hdr.kflags = 0; in queue_cmd_ring()