/linux-4.4.14/drivers/staging/lustre/lustre/lclient/ |
D | lcommon_misc.c | 52 int cl_init_ea_size(struct obd_export *md_exp, struct obd_export *dt_exp) in cl_init_ea_size() argument 82 rc = md_init_ea_size(md_exp, easize, def_easize, cookiesize, 0); in cl_init_ea_size()
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | mdc_internal.h | 107 int mdc_get_lustre_md(struct obd_export *md_exp, struct ptlrpc_request *req,
|
D | mdc_request.c | 451 struct obd_export *dt_exp, struct obd_export *md_exp, in mdc_get_lustre_md() argument 524 rc = obd_unpackmd(md_exp, (void *)&md->mea, lmv, in mdc_get_lustre_md()
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_ea.c | 159 struct obd_export *md_exp) in lsm_destroy_plain() argument
|
D | lov_obd.c | 1063 struct obd_trans_info *oti, struct obd_export *md_exp) in lov_destroy() argument 1110 rc = lsm_op_find(lsm->lsm_magic)->lsm_destroy(lsm, oa, md_exp); in lov_destroy()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | file.c | 125 static int ll_close_inode_openhandle(struct obd_export *md_exp, in ll_close_inode_openhandle() argument 164 rc = md_close(md_exp, op_data, och->och_mod, &req); in ll_close_inode_openhandle() 212 md_clear_open_replay_data(md_exp, och); in ll_close_inode_openhandle() 264 static int ll_md_close(struct obd_export *md_exp, struct inode *inode, in ll_md_close() argument 292 rc = ll_close_inode_openhandle(md_exp, inode, fd->fd_och, NULL); in ll_md_close() 316 if (!md_lock_match(md_exp, flags, ll_inode2fid(inode), in ll_md_close() 471 static int ll_och_fill(struct obd_export *md_exp, struct lookup_intent *it, in ll_och_fill() argument 484 return md_set_open_replay_data(md_exp, och, it); in ll_och_fill()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lclient.h | 364 int cl_init_ea_size(struct obd_export *md_exp, struct obd_export *dt_exp);
|
D | obd_class.h | 709 struct obd_export *md_exp) in obd_destroy() argument 716 rc = OBP(exp->exp_obd, destroy)(env, exp, obdo, ea, oti, md_exp); in obd_destroy() 1590 struct obd_export *md_exp, in md_get_lustre_md() argument 1595 return MDP(exp->exp_obd, get_lustre_md)(exp, req, dt_exp, md_exp, md); in md_get_lustre_md()
|
D | obd.h | 1030 struct obd_trans_info *oti, struct obd_export *md_exp); 1221 struct obd_export *md_exp);
|
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 2558 struct obd_export *md_exp, in lmv_get_lustre_md() argument 2563 return md_get_lustre_md(lmv->tgts[0]->ltd_exp, req, dt_exp, md_exp, md); in lmv_get_lustre_md()
|