Home
last modified time | relevance | path

Searched refs:MDS_REINT (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/lustre/lustre/mdc/
Dmdc_reint.c138 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()
Dmdc_request.c364 if (opcode == MDS_REINT && fid_is_sane(fid) && in mdc_xattr_common()
378 rc = mdc_prep_elc_req(exp, req, MDS_REINT, &cancels, count); in mdc_xattr_common()
391 if (opcode == MDS_REINT) { in mdc_xattr_common()
429 if (opcode == MDS_REINT) in mdc_xattr_common()
434 if (opcode == MDS_REINT) in mdc_xattr_common()
450 fid, oc, MDS_REINT, valid, xattr_name, in mdc_setxattr()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2012 MDS_REINT = 36, enumerator
2973 MDS_UNLINK_REC = LLOG_OP_MAGIC | 0x10000 | (MDS_REINT << 8) |
2975 MDS_UNLINK64_REC = LLOG_OP_MAGIC | 0x90000 | (MDS_REINT << 8) |
2978 MDS_SETATTR64_REC = LLOG_OP_MAGIC | 0x90000 | (MDS_REINT << 8) |
/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c76 { MDS_REINT, "mds_reint" },
1126 if (!(op == LDLM_ENQUEUE || op == MDS_REINT)) in ptlrpc_lprocfs_rpc_sent()
Dservice.c2007 if (opc > 0 && !(op == LDLM_ENQUEUE || op == MDS_REINT)) { in ptlrpc_server_handle_request()
Dwiretest.c125 LASSERTF(MDS_REINT == 36, "found %lld\n", in lustre_assert_wire_constants()
126 (long long)MDS_REINT); in lustre_assert_wire_constants()