Searched refs:mdc_prep_elc_req (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | mdc_reint.c | 137 rc = mdc_prep_elc_req(exp, req, MDS_REINT, &cancels, count); in mdc_setattr() 249 rc = mdc_prep_elc_req(exp, req, MDS_REINT, &cancels, count); in mdc_create() 334 rc = mdc_prep_elc_req(exp, req, MDS_REINT, &cancels, count); in mdc_unlink() 383 rc = mdc_prep_elc_req(exp, req, MDS_REINT, &cancels, count); in mdc_link() 440 rc = mdc_prep_elc_req(exp, req, MDS_REINT, &cancels, count); in mdc_rename()
|
D | mdc_internal.h | 152 static inline int mdc_prep_elc_req(struct obd_export *exp, in mdc_prep_elc_req() function
|
D | mdc_request.c | 321 rc = mdc_prep_elc_req(exp, req, MDS_REINT, &cancels, count); in mdc_xattr_common() 1707 rc = mdc_prep_elc_req(exp, req, MDS_SWAP_LAYOUTS, &cancels, count); in mdc_ioc_swap_layouts()
|