Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/obdclass/
Dobdo.c51 dst->o_parent_seq = fid_seq(parent); in obdo_set_parent_fid()
145 dst->o_parent_seq = src->o_parent_seq; in obdo_cpy_md()
189 res |= dst->o_parent_seq != src->o_parent_seq; in obdo_cmp_md()
/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c1723 __swab64s(&o->o_parent_seq); in lustre_swab_obdo()
2309 oa->o_parent_seq); in dump_obdo()
Dwiretest.c1127 LASSERTF((int)offsetof(struct obdo, o_parent_seq) == 24, "found %lld\n", in lustre_assert_wire_constants()
1128 (long long)(int)offsetof(struct obdo, o_parent_seq)); in lustre_assert_wire_constants()
1129 LASSERTF((int)sizeof(((struct obdo *)0)->o_parent_seq) == 8, "found %lld\n", in lustre_assert_wire_constants()
1130 (long long)(int)sizeof(((struct obdo *)0)->o_parent_seq)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/osc/
Dosc_request.c1484 oa->o_valid & OBD_MD_FLFID ? oa->o_parent_seq : (__u64)0, in check_write_checksum()
1611 body->oa.o_parent_seq : (__u64)0, in osc_brw_fini_request()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3243 __u64 o_parent_seq; member