Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dtime64.h47 # define timespec64_compare timespec_compare
Dtime.h24 static inline int timespec_compare(const struct timespec *lhs, const struct timespec *rhs) in timespec_compare() function
/linux-4.1.27/fs/nfsd/
Dblocklayout.c159 timespec_compare(&lcp->lc_mtime, &inode->i_mtime) < 0) in nfsd4_block_proc_layoutcommit()
/linux-4.1.27/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()
1798 timespec_compare(&inode->i_atime, in ceph_setattr()
1820 timespec_compare(&inode->i_mtime, in ceph_setattr()
/linux-4.1.27/arch/x86/xen/
Dtime.c208 if (!was_set && timespec_compare(&now, &next_sync) < 0) in xen_pvclock_gtod_notify()
/linux-4.1.27/fs/gfs2/
Dglops.c343 if (timespec_compare(&ip->i_inode.i_atime, &atime) < 0) in gfs2_dinode_in()
/linux-4.1.27/fs/
Dinode.c1525 if (timespec_compare(&inode->i_mtime, &inode->i_atime) >= 0) in relatime_need_update()
1530 if (timespec_compare(&inode->i_ctime, &inode->i_atime) >= 0) in relatime_need_update()
/linux-4.1.27/drivers/net/ethernet/sfc/
Dptp.c650 while ((timespec_compare(&now.ts_real, &limit) < 0) && in efx_ptp_send_times()
660 } while ((timespec_compare(&now.ts_real, &update_time) < 0) && in efx_ptp_send_times()
/linux-4.1.27/fs/ocfs2/
Dfile.c245 if ((timespec_compare(&inode->i_atime, &inode->i_mtime) <= 0) || in ocfs2_should_update_atime()
246 (timespec_compare(&inode->i_atime, &inode->i_ctime) <= 0)) in ocfs2_should_update_atime()