Searched refs:ST_MTIM_NSEC (Results 1 – 3 of 3) sorted by relevance
29 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtim.tv_nsec) macro36 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtimespec.tv_nsec) macro42 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtimensec) macro48 #define ST_MTIM_NSEC(stbuf) 0 macro
1129 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()
95 attr->mtimensec = ST_MTIM_NSEC(stbuf); in convert_stat()