Searched refs:st_mtimensec (Results 1 – 16 of 16) sorted by relevance
57 assert_eq!(stat.st_mtimensec as u32, m_nsec); in test_y2038_with_utimensat()84 assert_eq!(stat.st_mtimensec as u32, m_nsec); in test_y2038_with_utimensat()153 assert_eq!(stat.st_mtimensec as u32, m_nsec); in test_y2038_with_futimens()180 assert_eq!(stat.st_mtimensec as u32, m_nsec); in test_y2038_with_futimens()
40 after.st_mtimensec as u64 in test_futimens()
46 after.st_mtimensec as u64 in test_utimensat()
42 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtimensec)44 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtimensec = (val)
218 return (int64_t)st.st_mtime * 1000000000LL + st.st_mtimensec; in Stat()
2778 #undef st_mtimensec2779 #define st_mtimensec st_mtim.tv_nsec macro2790 if (sb1->st_mtimensec < sb2->st_mtimensec) in mtimecmp()2792 if (sb1->st_mtimensec > sb2->st_mtimensec) in mtimecmp()
2324 ac_test st_mtimensec '!' st_mtim 0 'for struct stat.st_mtimensec' <<-'EOF'2327 int main(void) { struct stat sb; return (sizeof(sb.st_mtimensec)); }
1459 dst->st_mtim.tv_nsec = src->st_mtimensec; in uv__to_stat()
1480 dst->st_mtim.tv_nsec = src->st_mtimensec; in uv__to_stat()
963 stbuf->st_mtimensec = ts.tv_nsec; in ntfs_fuse_getstat()2123 = stin->st_mtimensec; in ntfs_fuse_utimens()
1064 stbuf->st_mtimensec = ts.tv_nsec; in ntfs_fuse_getattr()
152 pub st_mtimensec: ::c_long,
1049 /* Define if you have struct stat.st_mtimensec */
5229 [Define if you have struct stat.st_mtimensec])
1419 ASSERT(s->st_mtim.tv_nsec == t.st_mtimensec); in TEST_IMPL()
10607 [Define if you have struct stat.st_mtimensec])