Home
last modified time | relevance | path

Searched refs:timespec_compare (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/include/linux/
Dtime.h24 static inline int timespec_compare(const struct timespec *lhs, const struct timespec *rhs) in timespec_compare() function
Dtime64.h66 # define timespec64_compare timespec_compare
/linux-4.4.14/fs/nfsd/
Dblocklayout.c159 timespec_compare(&lcp->lc_mtime, &inode->i_mtime) < 0) in nfsd4_block_proc_layoutcommit()
/linux-4.4.14/arch/x86/xen/
Dtime.c208 if (!was_set && timespec_compare(&now, &next_sync) < 0) in xen_pvclock_gtod_notify()
/linux-4.4.14/fs/ceph/
Dinode.c604 if (timespec_compare(ctime, &inode->i_ctime) > 0) { in ceph_fill_file_time()
623 if (timespec_compare(mtime, &inode->i_mtime) > 0) { in ceph_fill_file_time()
630 if (timespec_compare(atime, &inode->i_atime) > 0) { in ceph_fill_file_time()
1874 timespec_compare(&inode->i_atime, in ceph_setattr()
1896 timespec_compare(&inode->i_mtime, in ceph_setattr()
/linux-4.4.14/fs/gfs2/
Dglops.c353 if (timespec_compare(&ip->i_inode.i_atime, &atime) < 0) in gfs2_dinode_in()
/linux-4.4.14/fs/
Dinode.c1543 if (timespec_compare(&inode->i_mtime, &inode->i_atime) >= 0) in relatime_need_update()
1548 if (timespec_compare(&inode->i_ctime, &inode->i_atime) >= 0) in relatime_need_update()
/linux-4.4.14/fs/ocfs2/
Dfile.c249 if ((timespec_compare(&inode->i_atime, &inode->i_mtime) <= 0) || in ocfs2_should_update_atime()
250 (timespec_compare(&inode->i_atime, &inode->i_ctime) <= 0)) in ocfs2_should_update_atime()
/linux-4.4.14/net/ceph/
Dmessenger.c3174 return timespec_compare(&now, &ts) >= 0; in ceph_con_keepalive_expired()