Home
last modified time | relevance | path

Searched refs:mdt_remote_perm (Results 1 – 8 of 8) sorted by relevance

/drivers/staging/lustre/lustre/llite/
Dremote_perm.c162 int ll_update_remote_perm(struct inode *inode, struct mdt_remote_perm *perm) in ll_update_remote_perm()
252 struct mdt_remote_perm *perm; in lustre_check_remote_perm()
Dllite_internal.h1083 int ll_update_remote_perm(struct inode *inode, struct mdt_remote_perm *perm);
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2063 LASSERTF((int)sizeof(struct mdt_remote_perm) == 32, "found %lld\n", in lustre_assert_wire_constants()
2064 (long long)(int)sizeof(struct mdt_remote_perm)); in lustre_assert_wire_constants()
2065 LASSERTF((int)offsetof(struct mdt_remote_perm, rp_uid) == 0, "found %lld\n", in lustre_assert_wire_constants()
2066 (long long)(int)offsetof(struct mdt_remote_perm, rp_uid)); in lustre_assert_wire_constants()
2067 LASSERTF((int)sizeof(((struct mdt_remote_perm *)0)->rp_uid) == 4, "found %lld\n", in lustre_assert_wire_constants()
2068 (long long)(int)sizeof(((struct mdt_remote_perm *)0)->rp_uid)); in lustre_assert_wire_constants()
2069 LASSERTF((int)offsetof(struct mdt_remote_perm, rp_gid) == 4, "found %lld\n", in lustre_assert_wire_constants()
2070 (long long)(int)offsetof(struct mdt_remote_perm, rp_gid)); in lustre_assert_wire_constants()
2071 LASSERTF((int)sizeof(((struct mdt_remote_perm *)0)->rp_gid) == 4, "found %lld\n", in lustre_assert_wire_constants()
2072 (long long)(int)sizeof(((struct mdt_remote_perm *)0)->rp_gid)); in lustre_assert_wire_constants()
[all …]
Dpack_generic.c1986 void lustre_swab_mdt_remote_perm(struct mdt_remote_perm *p) in lustre_swab_mdt_remote_perm()
/drivers/staging/lustre/lustre/mdc/
Dmdc_locks.c359 sizeof(struct mdt_remote_perm)); in mdc_intent_open_pack()
497 sizeof(struct mdt_remote_perm)); in mdc_intent_getattr_pack()
702 struct mdt_remote_perm *perm; in mdc_finish_enqueue()
Dmdc_request.c197 struct mdt_remote_perm *perm; in mdc_getattr_common()
249 sizeof(struct mdt_remote_perm)); in mdc_getattr()
2578 sizeof(struct mdt_remote_perm)); in mdc_get_remote_perm()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2250 struct mdt_remote_perm { struct
2261 extern void lustre_swab_mdt_remote_perm(struct mdt_remote_perm *p); argument
/drivers/staging/lustre/lustre/include/
Dobd.h1252 struct mdt_remote_perm *remote_perm;