Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c1556 __swab64s(&o->o_ioepoch); in lustre_swab_obdo()
2113 oa->o_ioepoch); in dump_obdo()
Dwiretest.c1185 LASSERTF((int)offsetof(struct obdo, o_ioepoch) == 112, "found %lld\n", in lustre_assert_wire_constants()
1186 (long long)(int)offsetof(struct obdo, o_ioepoch)); in lustre_assert_wire_constants()
1187 LASSERTF((int)sizeof(((struct obdo *)0)->o_ioepoch) == 8, "found %lld\n", in lustre_assert_wire_constants()
1188 (long long)(int)sizeof(((struct obdo *)0)->o_ioepoch)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c845 oa->o_ioepoch = cl_i2info(inode)->lli_ioepoch; in ccc_req_attr_set()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3245 __u64 o_ioepoch; /* epoch in ost writes */ member
/drivers/staging/lustre/lustre/llite/
Dfile.c923 oinfo.oi_oa->o_ioepoch = ioepoch; in ll_lsm_getattr()