Home
last modified time | relevance | path

Searched defs:ST_ATIM_NSEC_SET (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libfuse/lib/
H A Dfuse_misc.h33 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atim.tv_nsec = (val) macro
41 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atimespec.tv_nsec = (val) macro
48 #define ST_ATIM_NSEC_SET(stbuf, val) do { } while (0) macro