kflags            391 drivers/s390/crypto/pkey_api.c 			   u32 kflags, u8 *keybuf, size_t *keybufsize)
kflags            426 drivers/s390/crypto/pkey_api.c 			rc = cca_gencipherkey(card, dom, ksize, kflags,
kflags            437 drivers/s390/crypto/pkey_api.c 			    u32 kflags, const u8 *clrkey,
kflags            474 drivers/s390/crypto/pkey_api.c 			rc = cca_clr2cipherkey(card, dom, ksize, kflags,
kflags           1027 drivers/target/target_core_user.c 		entry->hdr.kflags = 0;
kflags           2606 fs/nfs/super.c 	unsigned long kflags = 0, kflags_out = 0;
kflags           2608 fs/nfs/super.c 		kflags |= SECURITY_LSM_NATIVE_LABELS;
kflags           2611 fs/nfs/super.c 						kflags, &kflags_out);
kflags           2627 fs/nfs/super.c 	unsigned long kflags = 0, kflags_out = 0;
kflags           2634 fs/nfs/super.c 		kflags |= SECURITY_LSM_NATIVE_LABELS;
kflags           2636 fs/nfs/super.c 	error = security_sb_clone_mnt_opts(mount_info->cloned->sb, s, kflags,
kflags             85 fs/proc/page.c static inline u64 kpf_copy_bit(u64 kflags, int ubit, int kbit)
kflags             87 fs/proc/page.c 	return ((kflags >> kbit) & 1) << ubit;
kflags             73 include/uapi/linux/target_core_user.h 	__u8 kflags;
kflags            578 security/keys/keyring.c 	unsigned long kflags = READ_ONCE(key->flags);
kflags            593 security/keys/keyring.c 		if (kflags & ((1 << KEY_FLAG_INVALIDATED) |
kflags             23 tools/io_uring/liburing.h 	unsigned *kflags;
kflags             26 tools/io_uring/setup.c 	sq->kflags = ptr + p->sq_off.flags;