Searched refs:uid (Results 401 - 425 of 582) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c190 uid_t uid; local
194 uid = getuid();
204 snprintf(map, sizeof(map), "0 %d 1", uid);
/linux-master/drivers/pci/
H A Dpci-acpi.c67 unsigned long long uid; local
70 status = acpi_evaluate_integer(handle, METHOD_NAME__UID, NULL, &uid);
71 if (ACPI_FAILURE(status) || uid != *segment)
/linux-master/drivers/thunderbolt/
H A Dtb.h122 * @uid: Unique ID of the switch
176 u64 uid; member in struct:tb_switch
1184 int tb_drom_read_uid_only(struct tb_switch *sw, u64 *uid);
1294 int usb4_switch_read_uid(struct tb_switch *sw, u64 *uid);
/linux-master/net/core/
H A Dnet_namespace.c529 * @uid: kernel user ID for sysfs objects
532 * Returns the uid/gid pair of root in the user namespace associated with the
535 void net_ns_get_ownership(const struct net *net, kuid_t *uid, kgid_t *gid) argument
542 *uid = ns_root_uid;
547 *uid = GLOBAL_ROOT_UID;
H A Dsock.c1569 ucred->uid = ucred->gid = -1;
1573 ucred->uid = from_kuid_munged(current_ns, cred->euid);
2604 kuid_t uid; local
2607 uid = sk->sk_socket ? SOCK_INODE(sk->sk_socket)->i_uid : GLOBAL_ROOT_UID;
2609 return uid;
3438 void sock_init_data_uid(struct socket *sock, struct sock *sk, kuid_t uid) argument
3461 sk->sk_uid = uid;
3523 kuid_t uid = sock ? local
3527 sock_init_data_uid(sock, sk, uid);
/linux-master/drivers/spi/
H A Dspi-pxa2xx.c1279 u64 uid; local
1298 status = acpi_dev_uid_to_integer(ACPI_COMPANION(dev), &uid);
1302 ssp->port_id = uid;
/linux-master/fs/xfs/
H A Dxfs_qm.c1669 * Given an inode, a uid, gid and prid make sure that we have
1673 * and returns the dquots corresponding to the uid and/or gid.
1681 kuid_t uid,
1721 if (!uid_eq(inode->i_uid, uid)) {
1723 * What we need is the dquot that has this uid, and
1724 * if we send the inode to dqget, the uid of the inode
1725 * takes priority over what's sent in the uid argument.
1732 error = xfs_qm_dqget(mp, from_kuid(user_ns, uid),
1679 xfs_qm_vop_dqalloc( struct xfs_inode *ip, kuid_t uid, kgid_t gid, prid_t prid, uint flags, struct xfs_dquot **O_udqpp, struct xfs_dquot **O_gdqpp, struct xfs_dquot **O_pdqpp) argument
/linux-master/tools/perf/util/
H A Dpython.c760 static char *kwlist[] = { "pid", "tid", "uid", NULL };
761 int pid = -1, tid = -1, uid = UINT_MAX; local
764 kwlist, &pid, &tid, &uid))
767 pthreads->threads = thread_map__new(pid, tid, uid);
/linux-master/include/net/nfc/
H A Dnci.h451 __u8 uid[NFC_ISO15693_UID_MAXSIZE]; /* 8 Bytes */ member in struct:rf_tech_specific_params_nfcv_poll
/linux-master/arch/arm/kernel/
H A Dsys_oabi-compat.c131 tmp.st_uid = from_kuid_munged(current_user_ns(), stat->uid);
/linux-master/fs/smb/server/
H A Dndr.c325 ret = ndr_write_int64(n, acl->entries[i].uid);
/linux-master/fs/proc/
H A Dbase.c1821 kuid_t uid; local
1833 uid = cred->euid;
1839 * the effective uid of a /process was to stat /proc/pid. Reading
1854 uid = make_kuid(user_ns, 0);
1855 if (!uid_valid(uid))
1856 uid = GLOBAL_ROOT_UID;
1863 uid = GLOBAL_ROOT_UID;
1868 *ruid = uid;
1966 stat->uid = GLOBAL_ROOT_UID;
1979 task_dump_owner(task, inode->i_mode, &stat->uid,
[all...]
/linux-master/fs/ext2/
H A Dsuper.c473 kuid_t uid; local
501 uid = make_kuid(current_user_ns(), option);
502 if (!uid_valid(uid)) {
503 ext2_msg(sb, KERN_ERR, "Invalid uid value %d", option);
507 opts->s_resuid = uid;
/linux-master/fs/orangefs/
H A Dorangefs-kernel.h230 kuid_t uid; member in struct:orangefs_write_range
/linux-master/fs/squashfs/
H A Dinode.c55 err = squashfs_get_id(sb, le16_to_cpu(sqsh_ino->uid), &i_uid);
/linux-master/drivers/acpi/
H A Ddock.c520 * show_dock_uid - read method for "uid" file in sysfs
535 static DEVICE_ATTR_RO(uid);
/linux-master/ipc/
H A Dshm.c160 " key shmid perms size cpid lpid nattch uid gid cuid cgid atime dtime ctime rss swap\n",
162 " key shmid perms size cpid lpid nattch uid gid cuid cgid atime dtime ctime rss swap\n",
888 out->shm_perm.uid = tbuf_old.shm_perm.uid;
1190 if (!uid_eq(euid, shp->shm_perm.uid) &&
1863 from_kuid_munged(user_ns, shp->shm_perm.uid),
/linux-master/include/net/
H A Dax25.h166 kuid_t uid; member in struct:ax25_uid_assoc
/linux-master/sound/soc/intel/avs/
H A Dboard_selection.c555 if (!acpi_dev_present(mach->id, mach->uid, -1))
/linux-master/fs/nfsd/
H A Dstate.h249 kuid_t uid; member in struct:nfsd4_cb_sec
/linux-master/kernel/
H A Dacct.c515 ac.ac_uid = from_kuid_munged(file->f_cred->user_ns, orig_cred->uid);
/linux-master/security/tomoyo/
H A Dcondition.c742 stat->uid = inode->i_uid;
999 value = from_kuid(&init_user_ns, stat->uid);
/linux-master/net/nfc/
H A Ddigital_technology.c161 u64 uid; member in struct:digital_iso15693_inv_res
874 memcpy(target->iso15693_uid, &res->uid, sizeof(target->iso15693_uid));
/linux-master/drivers/soc/tegra/cbb/
H A Dtegra234-cbb.c1084 const char *uid; member in struct:tegra234_cbb_acpi_uid
1100 if (acpi_dev_hid_uid_match(adev, entry->hid, entry->uid))
/linux-master/fs/nfs/
H A Dnfs2xdr.c252 * unsigned int uid;
282 fattr->uid = make_kuid(userns, be32_to_cpup(p++));
283 if (!uid_valid(fattr->uid))
311 dprintk("NFS: returned invalid uid\n");
323 * unsigned int uid;

Completed in 321 milliseconds

<<11121314151617181920>>