Home
last modified time | relevance | path

Searched refs:ST_MTIM_NSEC (Results 1 – 6 of 6) sorted by relevance

/third_party/ntfs-3g/libfuse-lite/
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
Dfuse.c1129 return stbuf->st_mtime == ts->tv_sec && ST_MTIM_NSEC(stbuf) == ts->tv_nsec; in mtime_eq()
1156 node->mtime.tv_nsec = ST_MTIM_NSEC(stbuf); in update_stat()
1479 tv[1].tv_nsec = ST_MTIM_NSEC(attr); in fuse_lib_setattr()
Dfuse_lowlevel.c95 attr->mtimensec = ST_MTIM_NSEC(stbuf); in convert_stat()
/third_party/libfuse/lib/
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
Dfuse.c2427 ST_MTIM_NSEC(stbuf) == ts->tv_nsec; in mtime_eq()
2454 node->mtime.tv_nsec = ST_MTIM_NSEC(stbuf); in update_stat()
2830 tv[1].tv_nsec = ST_MTIM_NSEC(attr); in fuse_lib_setattr()
Dfuse_lowlevel.c73 attr->mtimensec = ST_MTIM_NSEC(stbuf); in convert_stat()