Home
last modified time | relevance | path

Searched refs:current_gid (Results 1 – 13 of 13) 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 Dauditfilter.c1360 result = audit_gid_comparator(current_gid(), f->op, f->gid); in audit_filter()
/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/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/crypto/
H A Dkeyring.c349 current_gid(), current_cred(), in add_master_key_user()
/linux/fs/
H A Dexec.c1249 gid_eq(current_egid(), current_gid()))) in begin_new_exec()
/linux/fs/ntfs3/
H A Dsuper.c1893 opts->fs_gid = current_gid(); in ntfs_init_fs_context()