/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 1840 LASSERTF((int)sizeof(struct mdt_body) == 216, "found %lld\n", in lustre_assert_wire_constants() 1841 (long long)(int)sizeof(struct mdt_body)); in lustre_assert_wire_constants() 1842 LASSERTF((int)offsetof(struct mdt_body, fid1) == 0, "found %lld\n", in lustre_assert_wire_constants() 1843 (long long)(int)offsetof(struct mdt_body, fid1)); in lustre_assert_wire_constants() 1844 LASSERTF((int)sizeof(((struct mdt_body *)0)->fid1) == 16, "found %lld\n", in lustre_assert_wire_constants() 1845 (long long)(int)sizeof(((struct mdt_body *)0)->fid1)); in lustre_assert_wire_constants() 1846 LASSERTF((int)offsetof(struct mdt_body, fid2) == 16, "found %lld\n", in lustre_assert_wire_constants() 1847 (long long)(int)offsetof(struct mdt_body, fid2)); in lustre_assert_wire_constants() 1848 LASSERTF((int)sizeof(((struct mdt_body *)0)->fid2) == 16, "found %lld\n", in lustre_assert_wire_constants() 1849 (long long)(int)sizeof(((struct mdt_body *)0)->fid2)); in lustre_assert_wire_constants() [all …]
|
D | layout.c | 893 sizeof(struct mdt_body), lustre_swab_mdt_body, NULL);
|
D | pack_generic.c | 1674 void lustre_swab_mdt_body(struct mdt_body *b) in lustre_swab_mdt_body()
|
/drivers/staging/lustre/lustre/mdc/ |
D | mdc_locks.c | 257 struct mdt_body *body) in mdc_realloc_openmsg() 618 struct mdt_body *body; in mdc_finish_enqueue() 929 struct mdt_body *mdt_body; in mdc_finish_intent_lock() local 947 mdt_body = req_capsule_server_get(&request->rq_pill, &RMF_MDT_BODY); in mdc_finish_intent_lock() 948 LASSERT(mdt_body != NULL); /* mdc_enqueue checked */ in mdc_finish_intent_lock() 961 if ((!lu_fid_eq(&op_data->op_fid2, &mdt_body->fid1)) && in mdc_finish_intent_lock() 962 (!lu_fid_eq(&op_data->op_fid3, &mdt_body->fid1))) { in mdc_finish_intent_lock() 965 PFID(&op_data->op_fid2), PFID(&mdt_body->fid1)); in mdc_finish_intent_lock() 1011 LASSERTF(fid_res_name_eq(&mdt_body->fid1, in mdc_finish_intent_lock() 1014 PLDLMRES(lock->l_resource), PFID(&mdt_body->fid1)); in mdc_finish_intent_lock()
|
D | mdc_lib.c | 42 static void __mdc_pack_body(struct mdt_body *b, __u32 suppgid) in __mdc_pack_body() 57 struct mdt_body *b = req_capsule_client_get(&req->rq_pill, in mdc_is_subdir_pack() 72 struct mdt_body *b = req_capsule_client_get(&req->rq_pill, in mdc_swap_layouts_pack() 84 struct mdt_body *b = req_capsule_client_get(&req->rq_pill, in mdc_pack_body() 100 struct mdt_body *b = req_capsule_client_get(&req->rq_pill, in mdc_readdir_pack() 427 struct mdt_body *b = req_capsule_client_get(&req->rq_pill, in mdc_getattr_pack()
|
D | mdc_request.c | 79 struct mdt_body *body; in mdc_getstatus() 127 struct mdt_body *body; in mdc_getattr_common() 413 struct mdt_body *body = md->body; in mdc_unpack_acl() 591 struct mdt_body *body; in mdc_replay_open() 666 struct mdt_body *body; in mdc_set_open_replay_data() 766 struct mdt_body *repbody; in mdc_close_handle_reply() 857 struct mdt_body *body; in mdc_close()
|
D | mdc_reint.c | 180 struct mdt_body *body; in mdc_setattr()
|
/drivers/staging/lustre/lustre/lmv/ |
D | lmv_intent.c | 67 struct mdt_body *body; in lmv_intent_remote() 168 struct mdt_body *body; in lmv_intent_open() 251 struct mdt_body *body; in lmv_intent_lookup()
|
D | lmv_internal.h | 80 struct mdt_body *body; in lmv_get_mea()
|
D | lmv_obd.c | 1699 struct mdt_body *body; in lmv_enqueue_remote() 1790 struct mdt_body *body; in lmv_getattr_name() 2185 struct mdt_body *body; in lmv_unlink()
|
/drivers/staging/lustre/lustre/include/ |
D | lustre_mdc.h | 148 struct mdt_body *body) in mdc_update_max_ea_from_body()
|
D | obd.h | 1107 struct mdt_body *body;
|
/drivers/staging/lustre/lustre/llite/ |
D | symlink.c | 51 struct mdt_body *body; in ll_readlink_internal()
|
D | namei.c | 77 struct mdt_body *body = ((struct lustre_md *)opaque)->body; in ll_set_inode() 747 struct mdt_body *body = req_capsule_server_get(&request->rq_pill, in ll_update_times() 873 struct mdt_body *body; in ll_objects_destroy()
|
D | llite_nfs.c | 285 struct mdt_body *body; in ll_get_parent()
|
D | xattr_cache.c | 344 struct mdt_body *body; in ll_xattr_cache_refill()
|
D | dir.c | 149 struct mdt_body *body; in ll_dir_filler() 792 struct mdt_body *body; in ll_dir_getstripe() 1449 struct mdt_body *body; in ll_dir_ioctl()
|
D | xattr.c | 287 struct mdt_body *body; in ll_getxattr_common()
|
D | file.c | 198 struct mdt_body *body; in ll_close_inode_openhandle() 475 struct mdt_body *body; in ll_och_fill() 499 struct mdt_body *body; in ll_local_open() 1378 struct mdt_body *body; in ll_lov_getstripe_ea_info() 3289 struct mdt_body *body; in ll_layout_fetch()
|
D | llite_lib.c | 1512 struct mdt_body *body = md->body; in ll_update_inode() 1724 struct mdt_body *body; in ll_iocontrol() 1916 struct mdt_body *body; in ll_open_cleanup()
|
D | statahead.c | 620 struct mdt_body *body; in ll_post_statahead()
|
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 2199 struct mdt_body { struct 2238 void lustre_swab_mdt_body(struct mdt_body *b); argument
|