Searched refs:ST_MTIM_NSEC_SET (Results 1 – 2 of 2) sorted by relevance
43 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtim.tv_nsec = (val) macro51 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtimespec.tv_nsec = (val) macro58 #define ST_MTIM_NSEC_SET(stbuf, val) do { } while (0) macro
88 ST_MTIM_NSEC_SET(stbuf, attr->mtimensec); in convert_attr()