Searched refs:uid (Results 1 - 25 of 581) sorted by path

1234567891011>>

/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-pko-defs.h224 uint64_t uid:3; member in struct:cvmx_pko_mem_debug11::cvmx_pko_mem_debug11_cn50xx
236 uint64_t uid:3;
427 uint64_t uid:3; member in struct:cvmx_pko_mem_debug4::cvmx_pko_mem_debug4_cn50xx
457 uint64_t uid:3;
470 uint64_t uid:2; member in struct:cvmx_pko_mem_debug4::cvmx_pko_mem_debug4_cn52xx
486 uint64_t uid:2;
512 uint64_t uid:1; member in struct:cvmx_pko_mem_debug5::cvmx_pko_mem_debug5_cn30xx
540 uint64_t uid:1;
/linux-master/arch/parisc/include/uapi/asm/
H A Dipcbuf.h18 __kernel_uid_t uid; member in struct:ipc64_perm
/linux-master/arch/powerpc/include/uapi/asm/
H A Dipcbuf.h24 __kernel_uid_t uid; member in struct:ipc64_perm
/linux-master/arch/s390/kernel/
H A Dcompat_linux.c137 tmp.st_uid = from_kuid_munged(current_user_ns(), stat->uid);
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dalloc.c215 u32 uid; member in struct:mlx4_zone_entry
263 zone->uid = zone_alloc->last_uid++;
279 *puid = zone->uid;
339 u32 uid = 0; local
349 uid = zone->uid;
366 uid = it->uid;
386 uid = it->uid;
425 __mlx4_find_zone_by_uid( struct mlx4_zone_allocator *zones, u32 uid) argument
438 mlx4_zone_get_bitmap(struct mlx4_zone_allocator *zones, u32 uid) argument
454 mlx4_zone_remove_one(struct mlx4_zone_allocator *zones, u32 uid) argument
508 mlx4_zone_alloc_entries(struct mlx4_zone_allocator *zones, u32 uid, int count, int align, u32 skip_mask, u32 *puid) argument
529 mlx4_zone_free_entries(struct mlx4_zone_allocator *zones, u32 uid, u32 obj, u32 count) argument
[all...]
/linux-master/drivers/s390/char/
H A Dtape_3590.h112 unsigned int uid:16; member in struct:tape_3590_sense::__anon7979::__anon7981
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_ioctl.h209 * @uid : unique id
222 uint32_t uid; member in struct:mcontroller
/linux-master/fs/befs/
H A Dbefs.h25 kuid_t uid; member in struct:befs_mount_options
H A Dbefs_fs_types.h179 fs32 uid; member in struct:__anon10025
/linux-master/fs/coda/
H A Dcoda_psdev.h56 kuid_t uid);
/linux-master/fs/orangefs/
H A Dupcall.h222 __u32 uid; member in struct:orangefs_upcall_s
/linux-master/fs/quota/
H A Dkqid.c19 return uid_eq(left.uid, right.uid);
45 return uid_lt(left.uid, right.uid);
72 return from_kuid(targ, kqid.uid);
105 return from_kuid_munged(targ, kqid.uid);
124 return uid_valid(qid.uid);
/linux-master/fs/ubifs/
H A Dubifs-media.h493 * @uid: owner ID
527 __le32 uid; member in struct:ubifs_ino_node
/linux-master/include/linux/
H A Dhighuid.h26 * This is the "overflow" UID and GID. They are used to signify uid/gid
27 * overflow to old programs when they request uid/gid information but are
30 * processes are owned by this uid/gid.
46 /* prevent uid mod 65536 effect by returning a default value for high UIDs */
47 #define high2lowuid(uid) ((uid) & ~0xFFFF ? (old_uid_t)overflowuid : (old_uid_t)(uid))
53 #define low2highuid(uid) ((uid) == (old_uid_t)-1 ? (uid_t)-1 : (uid_t)(uid))
[all...]
/linux-master/include/uapi/linux/
H A Dauto_fs.h196 __u32 uid; member in struct:autofs_v5_packet
H A Dcoda.h300 vuid_t uid; member in struct:coda_in_hdr
575 vuid_t uid; member in struct:coda_purgeuser_out
H A Dcramfs_fs.h31 __u32 mode:CRAMFS_MODE_WIDTH, uid:CRAMFS_UID_WIDTH; member in struct:cramfs_inode
H A Dipc.h13 __kernel_uid_t uid; member in struct:ipc_perm
/linux-master/include/uapi/linux/genwqe/
H A Dgenwqe_card.h42 #define GENWQE_UID_OFFS(uid) ((uid) << 24)
343 __u32 uid; /* 1=host/x=dram */ member in struct:genwqe_bitstream
/linux-master/ipc/
H A Dcompat.c44 to->uid = v.uid;
56 to->uid = v.uid;
65 to->uid = from->uid;
76 SET_UID(to->uid, from->uid);
/linux-master/kernel/
H A Duid16.c3 * Wrapper functions for 16bit uid back compatibility. All nicely tied
53 SYSCALL_DEFINE1(setuid16, old_uid_t, uid)
55 return __sys_setuid(low2highuid(uid));
70 ruid = high2lowuid(from_kuid_munged(cred->user_ns, cred->uid));
104 SYSCALL_DEFINE1(setfsuid16, old_uid_t, uid)
106 return __sys_setfsuid(low2highuid(uid));
H A Duid16.h5 long __sys_setuid(uid_t uid);
11 long __sys_setfsuid(uid_t uid);
/linux-master/net/ax25/
H A Dax25_uid.c50 ax25_uid_assoc *ax25_findbyuid(kuid_t uid) argument
56 if (uid_eq(ax25_uid->uid, uid)) {
81 res = from_kuid_munged(current_user_ns(), ax25_uid->uid);
108 ax25_uid->uid = sax25_kuid;
175 from_kuid_munged(seq_user_ns(seq), pt->uid),
/linux-master/security/keys/
H A Dpersistent.c40 static key_ref_t key_create_persistent(struct user_namespace *ns, kuid_t uid, argument
58 uid, INVALID_GID, current_cred(),
73 static long key_get_persistent(struct user_namespace *ns, kuid_t uid, argument
86 index_key.desc_len = sprintf(buf, "_persistent.%u", from_kuid(ns, uid));
103 persistent_ref = key_create_persistent(ns, uid, &index_key);
133 kuid_t uid; local
138 uid = current_uid();
140 uid = make_kuid(ns, _uid);
141 if (!uid_valid(uid))
147 if (!uid_eq(uid, current_ui
[all...]
/linux-master/tools/testing/selftests/safesetid/
H A Dsafesetid-test.sh11 uid=$(id -u)
12 if [ $uid -ne 0 ]; then

Completed in 445 milliseconds

1234567891011>>