Searched refs:MDS_REINT (Results 1 – 6 of 6) sorted by relevance
/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_request.c | 364 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/ |
D | lustre_idl.h | 2012 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/ |
D | lproc_ptlrpc.c | 76 { MDS_REINT, "mds_reint" }, 1126 if (!(op == LDLM_ENQUEUE || op == MDS_REINT)) in ptlrpc_lprocfs_rpc_sent()
|
D | service.c | 2007 if (opc > 0 && !(op == LDLM_ENQUEUE || op == MDS_REINT)) { in ptlrpc_server_handle_request()
|
D | wiretest.c | 125 LASSERTF(MDS_REINT == 36, "found %lld\n", in lustre_assert_wire_constants() 126 (long long)MDS_REINT); in lustre_assert_wire_constants()
|