Searched refs:MDS_REINT (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | mdc_reint.c | 137 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()
|
D | mdc_request.c | 307 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/ |
D | lproc_ptlrpc.c | 74 { MDS_REINT, "mds_reint" }, 1135 if (!(op == LDLM_ENQUEUE || op == MDS_REINT)) in ptlrpc_lprocfs_rpc_sent()
|
D | service.c | 1725 if (opc > 0 && !(op == LDLM_ENQUEUE || op == MDS_REINT)) { in ptlrpc_server_handle_request()
|
D | wiretest.c | 127 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/ |
D | lustre_idl.h | 2025 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) |
|