Home
last modified time | relevance | path

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

/external/libfuse/lib/
Dfuse_misc.h42 #define ST_CTIM_NSEC_SET(stbuf, val) (stbuf)->st_ctim.tv_nsec = (val) macro
50 #define ST_CTIM_NSEC_SET(stbuf, val) (stbuf)->st_ctimespec.tv_nsec = (val) macro
57 #define ST_CTIM_NSEC_SET(stbuf, val) do { } while (0) macro
Dfuse_lowlevel.c89 ST_CTIM_NSEC_SET(stbuf, attr->ctimensec); in convert_attr()