Searched refs:current_gid (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | macsec.c | 70 struct mlx5_roce_gids *current_gid, *next_gid; in mlx5_macsec_del_roce_gid() local 72 list_for_each_entry_safe(current_gid, next_gid, &macsec_device->macsec_roce_gids, in mlx5_macsec_del_roce_gid() 74 if (current_gid->gid_idx == gid_idx) { in mlx5_macsec_del_roce_gid() 75 list_del(¤t_gid->roce_gid_list_entry); in mlx5_macsec_del_roce_gid() 76 kfree(current_gid); in mlx5_macsec_del_roce_gid()
|
| /linux/include/net/ |
| H A D | scm.h | 98 scm_set_cred(scm, task_tgid(current), current_uid(), current_gid()); in scm_send()
|
| /linux/fs/hfsplus/ |
| H A D | options.c | 57 opts->gid = current_gid(); in hfsplus_fill_defaults()
|
| /linux/kernel/ |
| H A D | uid16.c | 215 return high2lowgid(from_kgid_munged(current_user_ns(), current_gid())); in SYSCALL_DEFINE0()
|
| H A D | sys.c | 1042 return from_kgid_munged(current_user_ns(), current_gid()); in SYSCALL_DEFINE0()
|
| /linux/Documentation/translations/zh_CN/security/ |
| H A D | credentials.rst | 271 gid_t current_gid(void) Current's real GID
|
| /linux/arch/s390/hypfs/ |
| H A D | inode.c | 301 sbi->gid = current_gid(); in hypfs_init_fs_context()
|
| /linux/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()
|
| /linux/fs/hfs/ |
| H A D | super.c | 424 hsb->s_gid = current_gid(); in hfs_init_fs_context()
|
| /linux/fs/autofs/ |
| H A D | waitq.c | 397 wq->gid = current_gid(); in autofs_wait()
|
| /linux/arch/powerpc/platforms/cell/spufs/ |
| H A D | inode.c | 739 ctx->gid = current_gid(); in spufs_init_fs_context()
|
| /linux/fs/hpfs/ |
| H A D | super.c | 738 ctx->gid = current_gid(); in hpfs_init_fs_context()
|
| /linux/Documentation/security/ |
| H A D | credentials.rst | 320 gid_t current_gid(void) Current's real GID
|