Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dremote_perm.c159 int ll_update_remote_perm(struct inode *inode, struct mdt_remote_perm *perm) in ll_update_remote_perm()
248 struct mdt_remote_perm *perm; in lustre_check_remote_perm()
Dllite_internal.h1047 int ll_update_remote_perm(struct inode *inode, struct mdt_remote_perm *perm);
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2061 LASSERTF((int)sizeof(struct mdt_remote_perm) == 32, "found %lld\n", in lustre_assert_wire_constants()
2062 (long long)(int)sizeof(struct mdt_remote_perm)); in lustre_assert_wire_constants()
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()
2067 LASSERTF((int)offsetof(struct mdt_remote_perm, rp_gid) == 4, "found %lld\n", in lustre_assert_wire_constants()
2068 (long long)(int)offsetof(struct mdt_remote_perm, rp_gid)); in lustre_assert_wire_constants()
2069 LASSERTF((int)sizeof(((struct mdt_remote_perm *)0)->rp_gid) == 4, "found %lld\n", in lustre_assert_wire_constants()
2070 (long long)(int)sizeof(((struct mdt_remote_perm *)0)->rp_gid)); in lustre_assert_wire_constants()
[all …]
Dpack_generic.c1804 void lustre_swab_mdt_remote_perm(struct mdt_remote_perm *p) in lustre_swab_mdt_remote_perm()
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_locks.c351 sizeof(struct mdt_remote_perm)); in mdc_intent_open_pack()
483 sizeof(struct mdt_remote_perm)); in mdc_intent_getattr_pack()
688 struct mdt_remote_perm *perm; in mdc_finish_enqueue()
Dmdc_request.c153 struct mdt_remote_perm *perm; in mdc_getattr_common()
195 sizeof(struct mdt_remote_perm)); in mdc_getattr()
2450 sizeof(struct mdt_remote_perm)); in mdc_get_remote_perm()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd.h1113 struct mdt_remote_perm *remote_perm;
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2260 struct mdt_remote_perm { struct
2271 void lustre_swab_mdt_remote_perm(struct mdt_remote_perm *p); argument