Searched refs:LUSTRE_MDS_VERSION (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 113 LUSTRE_MDS_VERSION, MDS_GETSTATUS); in send_getstatus() 235 rc = ptlrpc_request_pack(req, LUSTRE_MDS_VERSION, MDS_GETATTR); in mdc_getattr() 277 rc = ptlrpc_request_pack(req, LUSTRE_MDS_VERSION, MDS_GETATTR_NAME); in mdc_getattr_name() 317 &RQF_MDS_IS_SUBDIR, LUSTRE_MDS_VERSION, in mdc_is_subdir() 384 rc = ptlrpc_request_pack(req, LUSTRE_MDS_VERSION, opcode); in mdc_xattr_common() 892 rc = ptlrpc_request_pack(req, LUSTRE_MDS_VERSION, MDS_CLOSE); in mdc_close() 993 rc = ptlrpc_request_pack(req, LUSTRE_MDS_VERSION, MDS_DONE_WRITING); in mdc_done_writing() 1071 rc = ptlrpc_request_pack(req, LUSTRE_MDS_VERSION, MDS_READPAGE); in mdc_readpage() 1155 LUSTRE_MDS_VERSION, MDS_STATFS); in mdc_statfs() 1250 LUSTRE_MDS_VERSION, MDS_HSM_PROGRESS); in mdc_ioc_hsm_progress() [all …]
|
D | mdc_internal.h | 177 return ldlm_prep_elc_req(exp, req, LUSTRE_MDS_VERSION, opc, 0, cancels, in mdc_prep_elc_req()
|
/linux-4.1.27/drivers/staging/lustre/lustre/fld/ |
D | fld_request.c | 423 req = ptlrpc_request_alloc_pack(imp, &RQF_FLD_QUERY, LUSTRE_MDS_VERSION, in fld_client_rpc()
|
/linux-4.1.27/drivers/staging/lustre/lustre/fid/ |
D | fid_request.c | 68 LUSTRE_MDS_VERSION, SEQ_QUERY); in seq_client_rpc()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 167 #define LUSTRE_MDS_VERSION 0x00020000 macro
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 827 LASSERTF(LUSTRE_MDS_VERSION == 0x00020000, "found 0x%.8x\n", in lustre_assert_wire_constants() 828 LUSTRE_MDS_VERSION); in lustre_assert_wire_constants()
|