Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dobdo.c52 dst->o_parent_ver = fid_ver(parent); in obdo_set_parent_fid()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c1558 __swab32s(&o->o_parent_ver); in lustre_swab_obdo()
2118 oa->o_parent_ver); in dump_obdo()
Dwiretest.c1193 LASSERTF((int)offsetof(struct obdo, o_parent_ver) == 124, "found %lld\n", in lustre_assert_wire_constants()
1194 (long long)(int)offsetof(struct obdo, o_parent_ver)); in lustre_assert_wire_constants()
1195 LASSERTF((int)sizeof(((struct obdo *)0)->o_parent_ver) == 4, "found %lld\n", in lustre_assert_wire_constants()
1196 (long long)(int)sizeof(((struct obdo *)0)->o_parent_ver)); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c1450 oa->o_valid & OBD_MD_FLFID ? oa->o_parent_ver : 0, in check_write_checksum()
1575 body->oa.o_parent_ver : 0, in osc_brw_fini_request()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3247 __u32 o_parent_ver; member