Searched refs:mdc_prep_elc_req (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
D | mdc_reint.c | 138 rc = mdc_prep_elc_req(exp, req, MDS_REINT, &cancels, count); in mdc_setattr() 252 rc = mdc_prep_elc_req(exp, req, MDS_REINT, &cancels, count); in mdc_create() 350 rc = mdc_prep_elc_req(exp, req, MDS_REINT, &cancels, count); in mdc_unlink() 401 rc = mdc_prep_elc_req(exp, req, MDS_REINT, &cancels, count); in mdc_link() 460 rc = mdc_prep_elc_req(exp, req, MDS_REINT, &cancels, count); in mdc_rename()
|
D | mdc_internal.h | 173 static inline int mdc_prep_elc_req(struct obd_export *exp, in mdc_prep_elc_req() function
|
D | mdc_request.c | 378 rc = mdc_prep_elc_req(exp, req, MDS_REINT, &cancels, count); in mdc_xattr_common() 1806 rc = mdc_prep_elc_req(exp, req, MDS_SWAP_LAYOUTS, &cancels, count); in mdc_ioc_swap_layouts()
|