Searched refs:KGIDT_INIT (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | uidgid.h | 23 #define KGIDT_INIT(value) (kgid_t){ value } macro 48 #define GLOBAL_ROOT_GID KGIDT_INIT(0) 51 #define INVALID_GID KGIDT_INIT(-1) 146 return KGIDT_INIT(gid); in make_kgid()
|
| /linux-6.15/security/integrity/ima/ |
| H A D | ima_mok.c | 37 KUIDT_INIT(0), KGIDT_INIT(0), current_cred(), in ima_mok_init()
|
| /linux-6.15/fs/verity/ |
| H A D | signature.c | 131 keyring_alloc(".fs-verity", KUIDT_INIT(0), KGIDT_INIT(0), in fsverity_init_signature()
|
| /linux-6.15/security/keys/ |
| H A D | persistent.c | 23 KUIDT_INIT(0), KGIDT_INIT(0), in key_create_persistent_register()
|
| /linux-6.15/fs/9p/ |
| H A D | v9fs.h | 198 #define V9FS_DEFGID KGIDT_INIT(-2)
|
| /linux-6.15/security/integrity/ |
| H A D | digsig.c | 106 KGIDT_INIT(0), cred, perm, in __integrity_init_keyring()
|
| /linux-6.15/net/sunrpc/ |
| H A D | svcauth.c | 196 svc->cr_gid = KGIDT_INIT(from_kgid_munged(userns, cred->fsgid)); in svcauth_map_clnt_to_svc_cred_local()
|
| /linux-6.15/fs/ |
| H A D | mnt_idmapping.c | 192 return KGIDT_INIT(gid); in from_vfsgid()
|
| /linux-6.15/init/ |
| H A D | initramfs_test.c | 115 KUNIT_EXPECT_TRUE(test, gid_eq(st.gid, KGIDT_INIT(c[0].gid))); in initramfs_test_extract()
|
| /linux-6.15/kernel/ |
| H A D | user_namespace.c | 490 return KGIDT_INIT(map_id_down(&ns->gid_map, gid)); in make_kgid() 642 lower = from_kgid(lower_ns, KGIDT_INIT(extent->lower_first)); in gid_m_show()
|
| H A D | auditsc.c | 1016 ctx->gid = ctx->egid = ctx->sgid = ctx->fsgid = KGIDT_INIT(0); in audit_reset_context()
|
| /linux-6.15/fs/smb/server/ |
| H A D | smbacl.c | 294 gid = KGIDT_INIT(id); in sid_to_id()
|
| /linux-6.15/net/wireless/ |
| H A D | reg.c | 751 KUIDT_INIT(0), KGIDT_INIT(0), current_cred(), in load_builtin_regdb_keys()
|