Home
last modified time | relevance | path

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

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