Home
last modified time | relevance | path

Searched refs:o_atime (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/linux/
Dlinux-obdo.c62 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()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dobdo.c69 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()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_io.c441 oa->o_atime = attr->cat_atime; in osc_io_setattr_start()
734 oa->o_atime = lvb->lvb_atime; in osc_req_attr_set()
Dosc_request.c1776 attr->cat_atime = oa->o_atime; in brw_interpret()
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_request.c455 req->rq_oi.oi_oa->o_atime; in lov_update_setattr_set()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c1544 __swab64s(&o->o_atime); in lustre_swab_obdo()
2080 CDEBUG(D_RPCTRACE, "obdo: o_atime = %lld\n", oa->o_atime); in dump_obdo()
Dwiretest.c1137 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()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3230 __s64 o_atime; member
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dfile.c1038 st->st_atime = obdo.o_atime; in ll_glimpse_ioctl()