Home
last modified time | relevance | path

Searched refs:OBD_MD_FLOSSCAPA (Results 1 – 8 of 8) sorted by relevance

/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c627 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()
Dmdc_locks.c724 if (body->valid & OBD_MD_FLOSSCAPA) { in mdc_finish_enqueue()
/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c908 if ((flags & OBD_MD_FLOSSCAPA) != 0) { in ccc_req_attr_set()
/drivers/staging/lustre/lustre/llite/
Dnamei.c1083 if (body->valid & OBD_MD_FLOSSCAPA) { in ll_objects_destroy()
Dllite_lib.c1815 if (body->valid & OBD_MD_FLOSSCAPA) { in ll_update_inode()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1693 #define OBD_MD_FLOSSCAPA (0x0000040000000000ULL) /* OSS capability */ macro
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1309 LASSERTF(OBD_MD_FLOSSCAPA == (0x0000040000000000ULL), "found 0x%.16llxULL\n", in lustre_assert_wire_constants()
1310 OBD_MD_FLOSSCAPA); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/osc/
Dosc_request.c205 body->oa.o_valid |= OBD_MD_FLOSSCAPA; in osc_pack_capa()