Searched refs:OBD_MD_FLOSSCAPA (Results 1 – 8 of 8) sorted by relevance
627 if (md->body->valid & OBD_MD_FLOSSCAPA) { in mdc_get_lustre_md()2609 if ((body->valid & OBD_MD_FLOSSCAPA) == 0) { in mdc_interpret_renew_capa()2638 mdc_pack_body(req, &oc->c_capa.lc_fid, oc, OBD_MD_FLOSSCAPA, 0, -1, 0); in mdc_renew_capa()
724 if (body->valid & OBD_MD_FLOSSCAPA) { in mdc_finish_enqueue()
908 if ((flags & OBD_MD_FLOSSCAPA) != 0) { in ccc_req_attr_set()
1083 if (body->valid & OBD_MD_FLOSSCAPA) { in ll_objects_destroy()
1815 if (body->valid & OBD_MD_FLOSSCAPA) { in ll_update_inode()
1693 #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()