Searched refs:mdc_fid_alloc (Results 1 - 4 of 4) sorted by relevance
/drivers/staging/lustre/lustre/mdc/ |
H A D | mdc_internal.h | 108 int mdc_fid_alloc(struct obd_export *exp, struct lu_fid *fid,
|
H A D | mdc_reint.c | 222 * mdc_fid_alloc() may return errno 1 in case of switch to new 225 rc = mdc_fid_alloc(exp, &op_data->op_fid2, op_data);
|
H A D | mdc_request.c | 873 rc = mdc_fid_alloc(exp, &op_data->op_fid2, op_data); 2350 int mdc_fid_alloc(struct obd_export *exp, struct lu_fid *fid, function 2664 .o_fid_alloc = mdc_fid_alloc,
|
H A D | mdc_locks.c | 1195 rc = mdc_fid_alloc(exp, &op_data->op_fid2, op_data);
|
Completed in 414 milliseconds