Searched refs:mdc_fid_alloc (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | mdc_internal.h | 98 int mdc_fid_alloc(struct obd_export *exp, struct lu_fid *fid,
|
D | mdc_reint.c | 223 rc = mdc_fid_alloc(exp, &op_data->op_fid2, op_data); in mdc_create()
|
D | mdc_request.c | 793 rc = mdc_fid_alloc(exp, &op_data->op_fid2, op_data); in mdc_close() 2226 int mdc_fid_alloc(struct obd_export *exp, struct lu_fid *fid, in mdc_fid_alloc() function 2476 .o_fid_alloc = mdc_fid_alloc,
|
D | mdc_locks.c | 1161 rc = mdc_fid_alloc(exp, &op_data->op_fid2, op_data); in mdc_intent_lock()
|