Home
last modified time | relevance | path

Searched refs:o_parent_oid (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dobdo.c50 dst->o_parent_oid = fid_oid(parent); in obdo_set_parent_fid()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c1554 __swab32s(&o->o_parent_oid); in lustre_swab_obdo()
2110 oa->o_parent_oid); in dump_obdo()
Dwiretest.c1177 LASSERTF((int)offsetof(struct obdo, o_parent_oid) == 104, "found %lld\n", in lustre_assert_wire_constants()
1178 (long long)(int)offsetof(struct obdo, o_parent_oid)); in lustre_assert_wire_constants()
1179 LASSERTF((int)sizeof(((struct obdo *)0)->o_parent_oid) == 4, "found %lld\n", in lustre_assert_wire_constants()
1180 (long long)(int)sizeof(((struct obdo *)0)->o_parent_oid)); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c1449 oa->o_valid & OBD_MD_FLFID ? oa->o_parent_oid : 0, in check_write_checksum()
1573 body->oa.o_parent_oid : 0, in osc_brw_fini_request()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3242 __u32 o_parent_oid; member