Searched refs:MDS_GETATTR (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 235 rc = ptlrpc_request_pack(req, LUSTRE_MDS_VERSION, MDS_GETATTR); in mdc_getattr() 2572 rc = ptlrpc_request_pack(req, LUSTRE_MDS_VERSION, MDS_GETATTR); in mdc_get_remote_perm() 2634 LUSTRE_MDS_VERSION, MDS_GETATTR); in mdc_renew_capa()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | lproc_ptlrpc.c | 73 { MDS_GETATTR, "mds_getattr" },
|
D | wiretest.c | 119 LASSERTF(MDS_GETATTR == 33, "found %lld\n", in lustre_assert_wire_constants() 120 (long long)MDS_GETATTR); in lustre_assert_wire_constants()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 2014 MDS_GETATTR = 33, enumerator 2046 #define MDS_FIRST_OPC MDS_GETATTR
|