Home
last modified time | relevance | path

Searched refs:ST_CTIM_NSEC (Results 1 - 4 of 4) sorted by relevance

/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_misc.h28 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctim.tv_nsec) macro
35 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctimespec.tv_nsec) macro
41 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctimensec) macro
47 #define ST_CTIM_NSEC(stbuf) 0 macro
H A Dfuse_lowlevel.c96 attr->ctimensec = ST_CTIM_NSEC(stbuf); in convert_stat()
/third_party/libfuse/lib/
H A Dfuse_misc.h31 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctim.tv_nsec) macro
39 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctimespec.tv_nsec) macro
46 #define ST_CTIM_NSEC(stbuf) 0 macro
H A Dfuse_lowlevel.c74 attr->ctimensec = ST_CTIM_NSEC(stbuf); in convert_stat()

Completed in 8 milliseconds