Home
last modified time | relevance | path

Searched refs:current_gid (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/infiniband/hw/mlx5/
H A Dmacsec.c70 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(&current_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 Dscm.h98 scm_set_cred(scm, task_tgid(current), current_uid(), current_gid()); in scm_send()
/linux/fs/hfsplus/
H A Doptions.c57 opts->gid = current_gid(); in hfsplus_fill_defaults()
/linux/kernel/
H A Duid16.c215 return high2lowgid(from_kgid_munged(current_user_ns(), current_gid())); in SYSCALL_DEFINE0()
H A Dsys.c1042 return from_kgid_munged(current_user_ns(), current_gid()); in SYSCALL_DEFINE0()
/linux/Documentation/translations/zh_CN/security/
H A Dcredentials.rst271 gid_t current_gid(void) Current's real GID
/linux/arch/s390/hypfs/
H A Dinode.c301 sbi->gid = current_gid(); in hypfs_init_fs_context()
/linux/security/tomoyo/
H A Daudit.c172 from_kgid(&init_user_ns, current_gid()), in tomoyo_print_header()
H A Dcondition.c853 value = from_kgid(&init_user_ns, current_gid()); in tomoyo_condition()
/linux/fs/hfs/
H A Dsuper.c424 hsb->s_gid = current_gid(); in hfs_init_fs_context()
/linux/fs/autofs/
H A Dwaitq.c397 wq->gid = current_gid(); in autofs_wait()
/linux/arch/powerpc/platforms/cell/spufs/
H A Dinode.c739 ctx->gid = current_gid(); in spufs_init_fs_context()
/linux/fs/hpfs/
H A Dsuper.c738 ctx->gid = current_gid(); in hpfs_init_fs_context()
/linux/Documentation/security/
H A Dcredentials.rst320 gid_t current_gid(void) Current's real GID