Searched refs:current_gid (Results 1 – 23 of 23) sorted by relevance
/Linux-v6.1/include/net/ |
D | scm.h | 85 scm_set_cred(scm, task_tgid(current), current_uid(), current_gid()); in scm_send()
|
/Linux-v6.1/fs/hfsplus/ |
D | options.c | 58 opts->gid = current_gid(); in hfsplus_fill_defaults()
|
/Linux-v6.1/kernel/ |
D | uid16.c | 215 return high2lowgid(from_kgid_munged(current_user_ns(), current_gid())); in SYSCALL_DEFINE0()
|
D | auditfilter.c | 1352 result = audit_gid_comparator(current_gid(), f->op, f->gid); in audit_filter()
|
D | sys.c | 983 return from_kgid_munged(current_user_ns(), current_gid()); in SYSCALL_DEFINE0()
|
/Linux-v6.1/include/linux/ |
D | cred.h | 382 #define current_gid() (current_cred_xxx(gid)) macro
|
/Linux-v6.1/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-v6.1/fs/autofs/ |
D | inode.c | 144 root->i_gid = current_gid(); in parse_options()
|
D | waitq.c | 396 wq->gid = current_gid(); in autofs_wait()
|
/Linux-v6.1/fs/hfs/ |
D | super.c | 231 hsb->s_gid = current_gid(); in parse_options()
|
/Linux-v6.1/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-v6.1/arch/s390/hypfs/ |
D | inode.c | 317 sbi->gid = current_gid(); in hypfs_init_fs_context()
|
/Linux-v6.1/fs/affs/ |
D | super.c | 199 *gid = current_gid(); in parse_options()
|
/Linux-v6.1/fs/hpfs/ |
D | super.c | 567 gid = current_gid(); in hpfs_fill_super()
|
/Linux-v6.1/arch/powerpc/platforms/cell/spufs/ |
D | inode.c | 751 ctx->gid = current_gid(); in spufs_init_fs_context()
|
/Linux-v6.1/fs/exfat/ |
D | super.c | 765 sbi->options.fs_gid = current_gid(); in exfat_init_fs_context()
|
/Linux-v6.1/fs/crypto/ |
D | keyring.c | 382 current_fsuid(), current_gid(), current_cred(), in add_master_key_user()
|
/Linux-v6.1/fs/cifs/ |
D | fs_context.c | 1513 ctx->linux_gid = current_gid(); in smb3_init_fs_context()
|
/Linux-v6.1/fs/ntfs3/ |
D | super.c | 1403 opts->fs_gid = current_gid(); in ntfs_init_fs_context()
|
/Linux-v6.1/fs/ |
D | exec.c | 1354 gid_eq(current_egid(), current_gid()))) in begin_new_exec()
|
/Linux-v6.1/fs/fat/ |
D | inode.c | 1142 opts->fs_gid = current_gid(); in parse_options()
|
/Linux-v6.1/Documentation/security/ |
D | credentials.rst | 320 gid_t current_gid(void) Current's real GID
|