Home
last modified time | relevance | path

Searched defs:ST_MTIM_NSEC (Results 1 - 2 of 2) sorted by relevance

/third_party/libfuse/lib/
H A Dfuse_misc.h32 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtim.tv_nsec) macro
40 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtimespec.tv_nsec) macro
47 #define ST_MTIM_NSEC(stbuf) 0 macro
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_misc.h29 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtim.tv_nsec) macro
36 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtimespec.tv_nsec) macro
42 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtimensec) macro
48 #define ST_MTIM_NSEC(stbuf) 0 macro

Completed in 1 milliseconds