Home
last modified time | relevance | path

Searched refs:MDS_GETATTR_NAME (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c74 { MDS_GETATTR_NAME, "mds_getattr_lock" },
Dwiretest.c121 LASSERTF(MDS_GETATTR_NAME == 34, "found %lld\n", in lustre_assert_wire_constants()
122 (long long)MDS_GETATTR_NAME); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2015 MDS_GETATTR_NAME = 34, enumerator
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c277 rc = ptlrpc_request_pack(req, LUSTRE_MDS_VERSION, MDS_GETATTR_NAME); in mdc_getattr_name()