Searched refs:OBD_MD_FLOSSCAPA (Results 1 – 8 of 8) sorted by relevance
630 if (md->body->valid & OBD_MD_FLOSSCAPA) { in mdc_get_lustre_md()2612 if ((body->valid & OBD_MD_FLOSSCAPA) == 0) { in mdc_interpret_renew_capa()2641 mdc_pack_body(req, &oc->c_capa.lc_fid, oc, OBD_MD_FLOSSCAPA, 0, -1, 0); in mdc_renew_capa()
722 if (body->valid & OBD_MD_FLOSSCAPA) { in mdc_finish_enqueue()
915 if ((flags & OBD_MD_FLOSSCAPA) != 0) { in ccc_req_attr_set()
956 if (body->valid & OBD_MD_FLOSSCAPA) { in ll_objects_destroy()
1738 if (body->valid & OBD_MD_FLOSSCAPA) { in ll_update_inode()
1698 #define OBD_MD_FLOSSCAPA (0x0000040000000000ULL) /* OSS capability */ macro
1309 LASSERTF(OBD_MD_FLOSSCAPA == (0x0000040000000000ULL), "found 0x%.16llxULL\n", in lustre_assert_wire_constants()1310 OBD_MD_FLOSSCAPA); in lustre_assert_wire_constants()
205 body->oa.o_valid |= OBD_MD_FLOSSCAPA; in osc_pack_capa()