Searched refs:rp_uid (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | remote_perm.c | 168 if (perm->rp_uid != current->uid || in ll_update_remote_perm() 175 perm->rp_uid, perm->rp_gid, perm->rp_fsuid, in ll_update_remote_perm() 197 head = lli->lli_remote_perms + remote_perm_hashfunc(perm->rp_uid); in ll_update_remote_perm() 201 if (tmp->lrp_uid != perm->rp_uid) in ll_update_remote_perm() 227 lrp->lrp_uid = perm->rp_uid; in ll_update_remote_perm()
|
/linux-4.4.14/fs/ubifs/ |
D | ubifs-media.h | 642 __le32 rp_uid; member
|
D | sb.c | 613 c->rp_uid = make_kuid(&init_user_ns, le32_to_cpu(sup->rp_uid)); in ubifs_read_superblock()
|
D | budget.c | 275 if (uid_eq(current_fsuid(), c->rp_uid) || capable(CAP_SYS_RESOURCE) || in can_use_rp()
|
D | ubifs.h | 1446 kuid_t rp_uid; member
|
D | debug.c | 357 pr_err("\trp_uid %u\n", le32_to_cpu(sup->rp_uid)); in ubifs_dump_node()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 2063 LASSERTF((int)offsetof(struct mdt_remote_perm, rp_uid) == 0, "found %lld\n", in lustre_assert_wire_constants() 2064 (long long)(int)offsetof(struct mdt_remote_perm, rp_uid)); in lustre_assert_wire_constants() 2065 LASSERTF((int)sizeof(((struct mdt_remote_perm *)0)->rp_uid) == 4, "found %lld\n", in lustre_assert_wire_constants() 2066 (long long)(int)sizeof(((struct mdt_remote_perm *)0)->rp_uid)); in lustre_assert_wire_constants()
|
D | pack_generic.c | 1806 __swab32s(&p->rp_uid); in lustre_swab_mdt_remote_perm()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 2261 __u32 rp_uid; member
|