| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | scm.h | 85 scm_set_cred(scm, task_tgid(current), current_uid(), current_gid()); in scm_send()
|
| /OK3568_Linux_fs/kernel/fs/hfsplus/ |
| H A D | options.c | 58 opts->gid = current_gid(); in hfsplus_fill_defaults()
|
| /OK3568_Linux_fs/kernel/fs/omfs/ |
| H A D | inode.c | 305 if (!gid_eq(sbi->s_gid, current_gid())) in omfs_show_options() 472 sbi->s_gid = current_gid(); in omfs_fill_super()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | uid16.c | 215 return high2lowgid(from_kgid_munged(current_user_ns(), current_gid())); in SYSCALL_DEFINE0()
|
| H A D | auditfilter.c | 1343 result = audit_gid_comparator(current_gid(), f->op, f->gid); in audit_filter()
|
| H A D | sys.c | 958 return from_kgid_munged(current_user_ns(), current_gid()); in SYSCALL_DEFINE0()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | cred.h | 380 #define current_gid() (current_cred_xxx(gid)) macro
|
| /OK3568_Linux_fs/kernel/fs/autofs/ |
| H A D | inode.c | 143 root->i_gid = current_gid(); in parse_options()
|
| H A D | waitq.c | 436 wq->gid = current_gid(); in autofs_wait()
|
| /OK3568_Linux_fs/kernel/fs/hfs/ |
| H A D | super.c | 232 hsb->s_gid = current_gid(); in parse_options()
|
| /OK3568_Linux_fs/kernel/security/tomoyo/ |
| H A D | audit.c | 172 from_kgid(&init_user_ns, current_gid()), in tomoyo_print_header()
|
| H A D | condition.c | 853 value = from_kgid(&init_user_ns, current_gid()); in tomoyo_condition()
|
| /OK3568_Linux_fs/kernel/arch/s390/hypfs/ |
| H A D | inode.c | 317 sbi->gid = current_gid(); in hypfs_init_fs_context()
|
| /OK3568_Linux_fs/kernel/fs/affs/ |
| H A D | super.c | 199 *gid = current_gid(); in parse_options()
|
| /OK3568_Linux_fs/kernel/fs/hpfs/ |
| H A D | super.c | 567 gid = current_gid(); in hpfs_fill_super()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/ |
| H A D | inode.c | 755 ctx->gid = current_gid(); in spufs_init_fs_context()
|
| /OK3568_Linux_fs/kernel/fs/exfat/ |
| H A D | super.c | 759 sbi->options.fs_gid = current_gid(); in exfat_init_fs_context()
|
| /OK3568_Linux_fs/kernel/fs/crypto/ |
| H A D | keyring.c | 379 current_fsuid(), current_gid(), current_cred(), in add_master_key_user()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | exec.c | 1348 gid_eq(current_egid(), current_gid()))) in begin_new_exec()
|
| /OK3568_Linux_fs/kernel/Documentation/security/ |
| H A D | credentials.rst | 320 gid_t current_gid(void) Current's real GID
|
| /OK3568_Linux_fs/kernel/fs/fat/ |
| H A D | inode.c | 1137 opts->fs_gid = current_gid(); in parse_options()
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | connect.c | 1431 vol->linux_gid = current_gid(); in cifs_parse_mount_options()
|