Searched refs:o_mtime (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/linux/ |
D | linux-obdo.c | 60 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/ |
D | lov_merge.c | 170 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()
|
D | lov_request.c | 452 req->rq_oi.oi_oa->o_mtime; in lov_update_setattr_set()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | obdo.c | 73 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/ |
D | osc_io.c | 440 oa->o_mtime = attr->cat_mtime; in osc_io_setattr_start() 730 oa->o_mtime = lvb->lvb_mtime; in osc_req_attr_set()
|
D | osc_request.c | 1772 attr->cat_mtime = oa->o_mtime; in brw_interpret()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | pack_generic.c | 1543 __swab64s(&o->o_mtime); in lustre_swab_obdo() 2078 CDEBUG(D_RPCTRACE, "obdo: o_mtime = %lld\n", oa->o_mtime); in dump_obdo()
|
D | wiretest.c | 1133 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/ |
D | lustre_idl.h | 3229 __s64 o_mtime; member
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | file.c | 1037 st->st_mtime = obdo.o_mtime; in ll_glimpse_ioctl()
|