Home
last modified time | relevance | path

Searched refs:ST_MTIM_NSEC_SET (Results 1 – 2 of 2) sorted by relevance

/external/libfuse/lib/
Dfuse_misc.h43 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtim.tv_nsec = (val) macro
51 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtimespec.tv_nsec = (val) macro
58 #define ST_MTIM_NSEC_SET(stbuf, val) do { } while (0) macro
Dfuse_lowlevel.c88 ST_MTIM_NSEC_SET(stbuf, attr->mtimensec); in convert_attr()