Home
last modified time | relevance | path

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

/third_party/libfuse/lib/
H A Dfuse_misc.h34 #define ST_CTIM_NSEC_SET(stbuf, val) (stbuf)->st_ctim.tv_nsec = (val) macro
42 #define ST_CTIM_NSEC_SET(stbuf, val) (stbuf)->st_ctimespec.tv_nsec = (val) macro
49 #define ST_CTIM_NSEC_SET(stbuf, val) do { } while (0) macro
H A Dfuse_lowlevel.c88 ST_CTIM_NSEC_SET(stbuf, attr->ctimensec); in convert_attr()

Completed in 5 milliseconds