Searched refs:from_kuid_munged (Results 51 - 75 of 107) sorted by relevance

12345

/linux-master/fs/hpfs/
H A Dsuper.c498 seq_printf(seq, ",uid=%u", from_kuid_munged(&init_user_ns, sbi->sb_uid));
/linux-master/drivers/gpu/drm/
H A Ddrm_debugfs.c107 from_kuid_munged(seq_user_ns(m), uid),
/linux-master/fs/debugfs/
H A Dinode.c213 from_kuid_munged(&init_user_ns, opts->uid));
/linux-master/fs/tracefs/
H A Dinode.c432 from_kuid_munged(&init_user_ns, opts->uid));
/linux-master/ipc/
H A Dmsg.c1357 from_kuid_munged(user_ns, msq->q_perm.uid),
1359 from_kuid_munged(user_ns, msq->q_perm.cuid),
H A Dsem.c2473 from_kuid_munged(user_ns, sma->sem_perm.uid),
2475 from_kuid_munged(user_ns, sma->sem_perm.cuid),
H A Dshm.c1867 from_kuid_munged(user_ns, shp->shm_perm.uid),
1869 from_kuid_munged(user_ns, shp->shm_perm.cuid),
/linux-master/net/core/
H A Dfib_rules.c231 from_kuid_munged(current_user_ns(), range->start),
232 from_kuid_munged(current_user_ns(), range->end)
/linux-master/arch/x86/kernel/
H A Dvm86_32.c230 from_kuid_munged(&init_user_ns, current_uid()));
/linux-master/fs/nfs/
H A Dnfs4idmap.c785 id = from_kuid_munged(idmap_userns(idmap), uid);
H A Dnfs2xdr.c352 *p++ = cpu_to_be32(from_kuid_munged(userns, attr->ia_uid));
/linux-master/arch/alpha/kernel/
H A Dosf_sys.c285 tmp.st_uid = from_kuid_munged(current_user_ns(), lstat->uid);
/linux-master/net/sunrpc/
H A Dsvcauth_unix.c578 seq_printf(m, "%u %d:", from_kuid_munged(user_ns, ug->uid), glen);
/linux-master/net/ipv6/
H A Dip6_flowlabel.c851 from_kuid_munged(seq_user_ns(seq), fl->owner.uid) :
H A Ddatagram.c1067 from_kuid_munged(seq_user_ns(seq), sock_i_uid(sp)),
/linux-master/net/netfilter/
H A Dnft_meta.c149 *dest = from_kuid_munged(sock_net(sk)->user_ns,
H A Dnfnetlink_log.c619 __be32 uid = htonl(from_kuid_munged(user_ns, cred->fsuid));
H A Dnf_log_syslog.c176 from_kuid_munged(&init_user_ns, cred->fsuid),
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dinode.c598 from_kuid_munged(&init_user_ns, inode->i_uid));
/linux-master/kernel/bpf/
H A Dinode.c740 from_kuid_munged(&init_user_ns, inode->i_uid));
/linux-master/fs/befs/
H A Dlinuxvfs.c772 from_kuid_munged(&init_user_ns, opts->uid));
/linux-master/net/ipv4/
H A Dtcp_ipv4.c2850 from_kuid_munged(seq_user_ns(f),
2907 from_kuid_munged(seq_user_ns(f), sock_i_uid(sk)),
3198 uid = from_kuid_munged(seq_user_ns(seq),
3201 uid = from_kuid_munged(seq_user_ns(seq), sock_i_uid(sk));
H A Draw.c1046 from_kuid_munged(seq_user_ns(seq), sock_i_uid(sp)),
/linux-master/fs/nfsd/
H A Dnfs3xdr.c349 *p++ = cpu_to_be32((u32)from_kuid_munged(userns, stat->uid));
/linux-master/fs/exfat/
H A Dsuper.c140 from_kuid_munged(&init_user_ns, opts->fs_uid));

Completed in 207 milliseconds

12345