Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_reint.c137 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()
Dmdc_request.c307 if (opcode == MDS_REINT && fid_is_sane(fid) && in mdc_xattr_common()
321 rc = mdc_prep_elc_req(exp, req, MDS_REINT, &cancels, count); in mdc_xattr_common()
334 if (opcode == MDS_REINT) { in mdc_xattr_common()
371 if (opcode == MDS_REINT) in mdc_xattr_common()
376 if (opcode == MDS_REINT) in mdc_xattr_common()
393 fid, MDS_REINT, valid, xattr_name, in mdc_setxattr()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c74 { MDS_REINT, "mds_reint" },
1135 if (!(op == LDLM_ENQUEUE || op == MDS_REINT)) in ptlrpc_lprocfs_rpc_sent()
Dservice.c1725 if (opc > 0 && !(op == LDLM_ENQUEUE || op == MDS_REINT)) { in ptlrpc_server_handle_request()
Dwiretest.c127 LASSERTF(MDS_REINT == 36, "found %lld\n", in lustre_assert_wire_constants()
128 (long long)MDS_REINT); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2025 MDS_REINT = 36, enumerator
2957 MDS_UNLINK_REC = LLOG_OP_MAGIC | 0x10000 | (MDS_REINT << 8) |
2959 MDS_UNLINK64_REC = LLOG_OP_MAGIC | 0x90000 | (MDS_REINT << 8) |
2962 MDS_SETATTR64_REC = LLOG_OP_MAGIC | 0x90000 | (MDS_REINT << 8) |