Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/obdclass/linux/
Dlinux-obdo.c59 newvalid |= OBD_MD_FLATIME; in obdo_from_la()
106 if (valid & OBD_MD_FLATIME) { in la_from_obdo()
158 if (valid & OBD_MD_FLATIME && src->o_atime > LTIME_S(dst->i_atime)) in obdo_refresh_inode()
197 if (valid & OBD_MD_FLATIME) in obdo_to_inode()
/drivers/staging/lustre/lustre/obdclass/
Dobdo.c68 if (valid & OBD_MD_FLATIME) { in obdo_from_inode()
70 newvalid |= OBD_MD_FLATIME; in obdo_from_inode()
122 if (valid & OBD_MD_FLATIME) in obdo_cpy_md()
164 if (compare & OBD_MD_FLATIME) in obdo_cmp_md()
218 oa->o_valid |= OBD_MD_FLATIME; in obdo_from_iattr()
259 if (valid & OBD_MD_FLATIME) { in iattr_from_obdo()
/drivers/staging/lustre/lustre/osc/
Dosc_io.c444 oa->o_valid = OBD_MD_FLID | OBD_MD_FLGROUP | OBD_MD_FLATIME | in osc_io_setattr_start()
736 if ((flags & OBD_MD_FLATIME) != 0) { in osc_req_attr_set()
738 oa->o_valid |= OBD_MD_FLATIME; in osc_req_attr_set()
Dosc_request.c1824 if (oa->o_valid & OBD_MD_FLATIME) { in brw_interpret()
1990 OBD_MD_FLMTIME|OBD_MD_FLCTIME|OBD_MD_FLATIME); in osc_build_rpc()
/drivers/staging/lustre/lustre/lov/
Dlov_request.c458 if (req->rq_oi.oi_oa->o_valid & OBD_MD_FLATIME) in lov_update_setattr_set()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1650 #define OBD_MD_FLATIME (0x00000002ULL) /* access time */ macro
1710 #define OBD_MD_FLGETATTR (OBD_MD_FLID | OBD_MD_FLATIME | OBD_MD_FLMTIME | \
/drivers/staging/lustre/lustre/llite/
Dfile.c944 OBD_MD_FLBLKSZ | OBD_MD_FLATIME | in ll_lsm_getattr()
966 OBD_MD_FLATIME | OBD_MD_FLMTIME | in ll_lsm_getattr()
1307 obdo_from_inode(oa, inode, OBD_MD_FLTYPE | OBD_MD_FLATIME | in ll_lov_recreate()
Dllite_lib.c1712 if (body->valid & OBD_MD_FLATIME) { in ll_update_inode()
/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c2314 if (valid & OBD_MD_FLATIME) in dump_obdo()
Dwiretest.c1233 LASSERTF(OBD_MD_FLATIME == (0x00000002ULL), "found 0x%.16llxULL\n", in lustre_assert_wire_constants()
1234 OBD_MD_FLATIME); in lustre_assert_wire_constants()