Home
last modified time | relevance | path

Searched refs:timestamp_truncate (Results 1 – 4 of 4) sorted by relevance

/linux/fs/
H A Dinode.c2392 return timestamp_truncate(now, inode); in current_time()
2793 struct timespec64 timestamp_truncate(struct timespec64 t, struct inode *inode) in timestamp_truncate() function
2813 EXPORT_SYMBOL(timestamp_truncate);
2838 now = timestamp_truncate(now, inode); in inode_set_ctime_current()
2858 now = timestamp_truncate(now, inode); in inode_set_ctime_current()
2934 update = timestamp_truncate(update, inode); in inode_set_ctime_deleg()
/linux/fs/smb/client/
H A Dinode.c119 fattr->cf_mtime = timestamp_truncate(fattr->cf_mtime, inode); in cifs_revalidate_cache()
182 fattr->cf_mtime = timestamp_truncate(fattr->cf_mtime, inode); in cifs_fattr_to_inode()
183 fattr->cf_atime = timestamp_truncate(fattr->cf_atime, inode); in cifs_fattr_to_inode()
184 fattr->cf_ctime = timestamp_truncate(fattr->cf_ctime, inode); in cifs_fattr_to_inode()
/linux/fs/xfs/scrub/
H A Dinode_repair.c1757 *ts = timestamp_truncate(*ts, VFS_I(ip)); in xrep_clamp_timestamp()
/linux/include/linux/
H A Dfs.h975 struct timespec64 timestamp_truncate(struct timespec64 t, struct inode *inode);