Home
last modified time | relevance | path

Searched refs:o_mtime (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/linux/
Dlinux-obdo.c60 LTIME_S(dst->i_ctime), src->o_mtime, src->o_ctime); in obdo_refresh_inode()
64 if (valid & OBD_MD_FLMTIME && src->o_mtime > LTIME_S(dst->i_mtime)) in obdo_refresh_inode()
65 LTIME_S(dst->i_mtime) = src->o_mtime; in obdo_refresh_inode()
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_merge.c170 if (valid & OBD_MD_FLMTIME && tgt->o_mtime < src->o_mtime) in lov_merge_attrs()
171 tgt->o_mtime = src->o_mtime; in lov_merge_attrs()
Dlov_request.c452 req->rq_oi.oi_oa->o_mtime; in lov_update_setattr_set()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dobdo.c73 dst->o_mtime = LTIME_S(src->i_mtime); in obdo_from_inode()
136 oa->o_valid, oa->o_mtime, oa->o_ctime); in iattr_from_obdo()
144 LTIME_S(attr->ia_mtime) = oa->o_mtime; in iattr_from_obdo()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_io.c440 oa->o_mtime = attr->cat_mtime; in osc_io_setattr_start()
730 oa->o_mtime = lvb->lvb_mtime; in osc_req_attr_set()
Dosc_request.c1772 attr->cat_mtime = oa->o_mtime; in brw_interpret()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c1543 __swab64s(&o->o_mtime); in lustre_swab_obdo()
2078 CDEBUG(D_RPCTRACE, "obdo: o_mtime = %lld\n", oa->o_mtime); in dump_obdo()
Dwiretest.c1133 LASSERTF((int)offsetof(struct obdo, o_mtime) == 40, "found %lld\n", in lustre_assert_wire_constants()
1134 (long long)(int)offsetof(struct obdo, o_mtime)); in lustre_assert_wire_constants()
1135 LASSERTF((int)sizeof(((struct obdo *)0)->o_mtime) == 8, "found %lld\n", in lustre_assert_wire_constants()
1136 (long long)(int)sizeof(((struct obdo *)0)->o_mtime)); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3229 __s64 o_mtime; member
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dfile.c1037 st->st_mtime = obdo.o_mtime; in ll_glimpse_ioctl()