Searched refs:current_gid (Results 1 – 22 of 22) sorted by relevance
| /Linux-v5.10/include/net/ |
| D | scm.h | 85 scm_set_cred(scm, task_tgid(current), current_uid(), current_gid()); in scm_send()
|
| /Linux-v5.10/fs/hfsplus/ |
| D | options.c | 58 opts->gid = current_gid(); in hfsplus_fill_defaults()
|
| /Linux-v5.10/kernel/ |
| D | uid16.c | 215 return high2lowgid(from_kgid_munged(current_user_ns(), current_gid())); in SYSCALL_DEFINE0()
|
| D | auditfilter.c | 1343 result = audit_gid_comparator(current_gid(), f->op, f->gid); in audit_filter()
|
| D | sys.c | 948 return from_kgid_munged(current_user_ns(), current_gid()); in SYSCALL_DEFINE0()
|
| /Linux-v5.10/include/linux/ |
| D | cred.h | 380 #define current_gid() (current_cred_xxx(gid)) macro
|
| /Linux-v5.10/fs/omfs/ |
| D | inode.c | 304 if (!gid_eq(sbi->s_gid, current_gid())) in omfs_show_options() 471 sbi->s_gid = current_gid(); in omfs_fill_super()
|
| /Linux-v5.10/fs/autofs/ |
| D | inode.c | 143 root->i_gid = current_gid(); in parse_options()
|
| D | waitq.c | 436 wq->gid = current_gid(); in autofs_wait()
|
| /Linux-v5.10/security/tomoyo/ |
| D | audit.c | 172 from_kgid(&init_user_ns, current_gid()), in tomoyo_print_header()
|
| D | condition.c | 853 value = from_kgid(&init_user_ns, current_gid()); in tomoyo_condition()
|
| /Linux-v5.10/fs/hfs/ |
| D | super.c | 231 hsb->s_gid = current_gid(); in parse_options()
|
| /Linux-v5.10/arch/s390/hypfs/ |
| D | inode.c | 317 sbi->gid = current_gid(); in hypfs_init_fs_context()
|
| /Linux-v5.10/fs/affs/ |
| D | super.c | 199 *gid = current_gid(); in parse_options()
|
| /Linux-v5.10/arch/powerpc/platforms/cell/spufs/ |
| D | inode.c | 754 ctx->gid = current_gid(); in spufs_init_fs_context()
|
| /Linux-v5.10/fs/hpfs/ |
| D | super.c | 567 gid = current_gid(); in hpfs_fill_super()
|
| /Linux-v5.10/fs/exfat/ |
| D | super.c | 738 sbi->options.fs_gid = current_gid(); in exfat_init_fs_context()
|
| /Linux-v5.10/fs/crypto/ |
| D | keyring.c | 300 current_fsuid(), current_gid(), current_cred(), in add_master_key_user()
|
| /Linux-v5.10/fs/ |
| D | exec.c | 1337 gid_eq(current_egid(), current_gid()))) in begin_new_exec()
|
| /Linux-v5.10/Documentation/security/ |
| D | credentials.rst | 320 gid_t current_gid(void) Current's real GID
|
| /Linux-v5.10/fs/fat/ |
| D | inode.c | 1137 opts->fs_gid = current_gid(); in parse_options()
|
| /Linux-v5.10/fs/cifs/ |
| D | connect.c | 1418 vol->linux_gid = current_gid(); in cifs_parse_mount_options()
|