Home
last modified time | relevance | path

Searched refs:rp_fsuid (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/lustre/lustre/llite/
Dremote_perm.c173 perm->rp_fsuid != current->fsuid || in ll_update_remote_perm()
178 perm->rp_uid, perm->rp_gid, perm->rp_fsuid, in ll_update_remote_perm()
208 if (tmp->lrp_fsuid != perm->rp_fsuid) in ll_update_remote_perm()
233 lrp->lrp_fsuid = perm->rp_fsuid; in ll_update_remote_perm()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2073 LASSERTF((int)offsetof(struct mdt_remote_perm, rp_fsuid) == 8, "found %lld\n", in lustre_assert_wire_constants()
2074 (long long)(int)offsetof(struct mdt_remote_perm, rp_fsuid)); in lustre_assert_wire_constants()
2075 LASSERTF((int)sizeof(((struct mdt_remote_perm *)0)->rp_fsuid) == 4, "found %lld\n", in lustre_assert_wire_constants()
2076 (long long)(int)sizeof(((struct mdt_remote_perm *)0)->rp_fsuid)); in lustre_assert_wire_constants()
Dpack_generic.c1990 __swab32s(&p->rp_fsuid); in lustre_swab_mdt_remote_perm()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2253 __u32 rp_fsuid; member