Home
last modified time | relevance | path

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

/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()
139 if (valid & OBD_MD_FLATIME) { in iattr_from_obdo()
/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()
/drivers/staging/lustre/lustre/osc/
Dosc_io.c443 oa->o_valid = OBD_MD_FLID | OBD_MD_FLGROUP | OBD_MD_FLATIME | in osc_io_setattr_start()
733 if ((flags & OBD_MD_FLATIME) != 0) { in osc_req_attr_set()
735 oa->o_valid |= OBD_MD_FLATIME; in osc_req_attr_set()
Dosc_request.c1775 if (oa->o_valid & OBD_MD_FLATIME) { in brw_interpret()
1944 OBD_MD_FLMTIME|OBD_MD_FLCTIME|OBD_MD_FLATIME); in osc_build_rpc()
/drivers/staging/lustre/lustre/lov/
Dlov_request.c453 if (req->rq_oi.oi_oa->o_valid & OBD_MD_FLATIME) in lov_update_setattr_set()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1661 #define OBD_MD_FLATIME (0x00000002ULL) /* access time */ macro
1721 #define OBD_MD_FLGETATTR (OBD_MD_FLID | OBD_MD_FLATIME | OBD_MD_FLMTIME | \
/drivers/staging/lustre/lustre/llite/
Dfile.c926 OBD_MD_FLBLKSZ | OBD_MD_FLATIME | in ll_lsm_getattr()
947 OBD_MD_FLATIME | OBD_MD_FLMTIME | in ll_lsm_getattr()
1286 obdo_from_inode(oa, inode, OBD_MD_FLTYPE | OBD_MD_FLATIME | in ll_lov_recreate()
Dllite_lib.c1544 if (body->valid & OBD_MD_FLATIME) { in ll_update_inode()
/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c2079 if (valid & OBD_MD_FLATIME) in dump_obdo()
Dwiretest.c1231 LASSERTF(OBD_MD_FLATIME == (0x00000002ULL), "found 0x%.16llxULL\n", in lustre_assert_wire_constants()
1232 OBD_MD_FLATIME); in lustre_assert_wire_constants()