[go: nahoru, domu]

Searched refs:md_exp (Results 1 - 10 of 10) sorted by relevance

/drivers/staging/lustre/lustre/lclient/
H A Dlcommon_misc.c53 int cl_init_ea_size(struct obd_export *md_exp, struct obd_export *dt_exp) argument
83 rc = md_init_ea_size(md_exp, easize, def_easize, cookiesize, 0);
/drivers/staging/lustre/lustre/mdc/
H A Dmdc_internal.h117 int mdc_get_lustre_md(struct obd_export *md_exp, struct ptlrpc_request *req,
H A Dmdc_request.c505 struct obd_export *dt_exp, struct obd_export *md_exp,
578 rc = obd_unpackmd(md_exp, (void *)&md->mea, lmv,
504 mdc_get_lustre_md(struct obd_export *exp, struct ptlrpc_request *req, struct obd_export *dt_exp, struct obd_export *md_exp, struct lustre_md *md) argument
/drivers/staging/lustre/lustre/include/
H A Dlclient.h387 int cl_init_ea_size(struct obd_export *md_exp, struct obd_export *dt_exp);
H A Dobd_class.h795 struct obd_export *md_exp, void *capa)
802 rc = OBP(exp->exp_obd, destroy)(env, exp, obdo, ea, oti, md_exp, capa);
1664 struct obd_export *md_exp,
1669 return MDP(exp->exp_obd, get_lustre_md)(exp, req, dt_exp, md_exp, md);
792 obd_destroy(const struct lu_env *env, struct obd_export *exp, struct obdo *obdo, struct lov_stripe_md *ea, struct obd_trans_info *oti, struct obd_export *md_exp, void *capa) argument
1661 md_get_lustre_md(struct obd_export *exp, struct ptlrpc_request *req, struct obd_export *dt_exp, struct obd_export *md_exp, struct lustre_md *md) argument
H A Dobd.h1168 struct obd_trans_info *oti, struct obd_export *md_exp,
1370 struct obd_export *md_exp);
/drivers/staging/lustre/lustre/lov/
H A Dlov_ea.c161 struct obd_export *md_exp)
160 lsm_destroy_plain(struct lov_stripe_md *lsm, struct obdo *oa, struct obd_export *md_exp) argument
H A Dlov_obd.c1082 struct obd_trans_info *oti, struct obd_export *md_exp,
1130 rc = lsm_op_find(lsm->lsm_magic)->lsm_destroy(lsm, oa, md_exp);
1080 lov_destroy(const struct lu_env *env, struct obd_export *exp, struct obdo *oa, struct lov_stripe_md *lsm, struct obd_trans_info *oti, struct obd_export *md_exp, void *capa) argument
/drivers/staging/lustre/lustre/llite/
H A Dfile.c126 static int ll_close_inode_openhandle(struct obd_export *md_exp, argument
165 rc = md_close(md_exp, op_data, och->och_mod, &req);
212 md_clear_open_replay_data(md_exp, och);
264 static int ll_md_close(struct obd_export *md_exp, struct inode *inode, argument
288 rc = ll_close_inode_openhandle(md_exp, inode, fd->fd_och, NULL);
318 if (!md_lock_match(md_exp, flags, ll_inode2fid(inode),
485 static int ll_och_fill(struct obd_export *md_exp, struct lookup_intent *it, argument
498 return md_set_open_replay_data(md_exp, och, it);
/drivers/staging/lustre/lustre/lmv/
H A Dlmv_obd.c2603 struct obd_export *dt_exp, struct obd_export *md_exp,
2608 return md_get_lustre_md(lmv->tgts[0]->ltd_exp, req, dt_exp, md_exp, md);
2602 lmv_get_lustre_md(struct obd_export *exp, struct ptlrpc_request *req, struct obd_export *dt_exp, struct obd_export *md_exp, struct lustre_md *md) argument

Completed in 108 milliseconds