Lines Matching defs:time
686 * We can have a ton of inodes to evict at unmount time given
1825 int generic_update_time(struct inode *inode, struct timespec64 *time, int flags)
1831 inode->i_atime = *time;
1835 inode->i_ctime = *time;
1837 inode->i_mtime = *time;
1850 * This does the actual work of updating an inodes time or version. Must have
1853 int inode_update_time(struct inode *inode, struct timespec64 *time, int flags)
1856 return inode->i_op->update_time(inode, time, flags);
1857 return generic_update_time(inode, time, flags);
1862 * touch_atime - update the access time
1866 * Update the accessed time on an inode and mark it for writeback.
2004 * file_update_time - update mtime and ctime time
2316 WARN(1, "invalid file time granularity: %u", gran);
2322 * current_time - Return FS time
2325 * Return the current time truncated to the time granularity supported by
2329 * Otherwise, the function warns and returns time without truncation.