Searched refs:mdt_remote_perm (Results 1 – 8 of 8) sorted by relevance
/drivers/staging/lustre/lustre/llite/ |
D | remote_perm.c | 162 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()
|
D | llite_internal.h | 1083 int ll_update_remote_perm(struct inode *inode, struct mdt_remote_perm *perm);
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 2063 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 …]
|
D | pack_generic.c | 1986 void lustre_swab_mdt_remote_perm(struct mdt_remote_perm *p) in lustre_swab_mdt_remote_perm()
|
/drivers/staging/lustre/lustre/mdc/ |
D | mdc_locks.c | 359 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()
|
D | mdc_request.c | 197 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/ |
D | lustre_idl.h | 2250 struct mdt_remote_perm { struct 2261 extern void lustre_swab_mdt_remote_perm(struct mdt_remote_perm *p); argument
|
/drivers/staging/lustre/lustre/include/ |
D | obd.h | 1252 struct mdt_remote_perm *remote_perm;
|