Searched refs:ST_CTIM_NSEC_SET (Results 1 – 2 of 2) sorted by relevance
42 #define ST_CTIM_NSEC_SET(stbuf, val) (stbuf)->st_ctim.tv_nsec = (val) macro50 #define ST_CTIM_NSEC_SET(stbuf, val) (stbuf)->st_ctimespec.tv_nsec = (val) macro57 #define ST_CTIM_NSEC_SET(stbuf, val) do { } while (0) macro
89 ST_CTIM_NSEC_SET(stbuf, attr->ctimensec); in convert_attr()