Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c795 u32 bits = OBD_MD_FLBLOCKS|OBD_MD_FLGRANT; in osc_announce_cached()
854 if (body->oa.o_valid & OBD_MD_FLGRANT) { in osc_update_grant()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c2085 if (valid & OBD_MD_FLGRANT) in dump_obdo()
Dwiretest.c1277 LASSERTF(OBD_MD_FLGRANT == (0x08000000ULL), "found 0x%.16llxULL\n", in lustre_assert_wire_constants()
1278 OBD_MD_FLGRANT); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1687 #define OBD_MD_FLGRANT (0x08000000ULL) /* ost preallocation space grant */ macro