Searched refs:o_atime (Results 1 – 9 of 9) sorted by relevance
62 if (valid & OBD_MD_FLATIME && src->o_atime > LTIME_S(dst->i_atime)) in obdo_refresh_inode()63 LTIME_S(dst->i_atime) = src->o_atime; in obdo_refresh_inode()
69 dst->o_atime = LTIME_S(src->i_atime); in obdo_from_inode()140 LTIME_S(attr->ia_atime) = oa->o_atime; in iattr_from_obdo()
441 oa->o_atime = attr->cat_atime; in osc_io_setattr_start()734 oa->o_atime = lvb->lvb_atime; in osc_req_attr_set()
1776 attr->cat_atime = oa->o_atime; in brw_interpret()
455 req->rq_oi.oi_oa->o_atime; in lov_update_setattr_set()
1544 __swab64s(&o->o_atime); in lustre_swab_obdo()2080 CDEBUG(D_RPCTRACE, "obdo: o_atime = %lld\n", oa->o_atime); in dump_obdo()
1137 LASSERTF((int)offsetof(struct obdo, o_atime) == 48, "found %lld\n", in lustre_assert_wire_constants()1138 (long long)(int)offsetof(struct obdo, o_atime)); in lustre_assert_wire_constants()1139 LASSERTF((int)sizeof(((struct obdo *)0)->o_atime) == 8, "found %lld\n", in lustre_assert_wire_constants()1140 (long long)(int)sizeof(((struct obdo *)0)->o_atime)); in lustre_assert_wire_constants()
3230 __s64 o_atime; member
1038 st->st_atime = obdo.o_atime; in ll_glimpse_ioctl()