Searched refs:OBD_MD_FLGRANT (Results 1 – 4 of 4) sorted by relevance
795 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()
2085 if (valid & OBD_MD_FLGRANT) in dump_obdo()
1277 LASSERTF(OBD_MD_FLGRANT == (0x08000000ULL), "found 0x%.16llxULL\n", in lustre_assert_wire_constants()1278 OBD_MD_FLGRANT); in lustre_assert_wire_constants()
1687 #define OBD_MD_FLGRANT (0x08000000ULL) /* ost preallocation space grant */ macro