Home
last modified time | relevance | path

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

/aosp_15_r20/external/libfuse/lib/
H A Dfuse_misc.h30 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atim.tv_nsec) macro
38 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atimespec.tv_nsec) macro
45 #define ST_ATIM_NSEC(stbuf) 0 macro
/aosp_15_r20/external/erofs-utils/include/erofs/
H A Ddefs.h332 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atim.tv_nsec) macro
338 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atimensec) macro
343 #define ST_ATIM_NSEC(stbuf) 0 macro