Searched refs:timestamp_truncate (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ |
| H A D | inode.c | 2451 return timestamp_truncate(now, inode); 2843 * timestamp_truncate - Truncate timespec to a granularity in inode_set_ctime_current() 2851 struct timespec64 timestamp_truncate(struct timespec64 t, struct inode *inode) in inode_set_ctime_current() 2871 EXPORT_SYMBOL(timestamp_truncate); in inode_set_ctime_current() 2896 now = timestamp_truncate(now, inode); 2916 now = timestamp_truncate(now, inode); in inode_set_ctime_deleg() 2992 update = timestamp_truncate(update, inode); 2792 struct timespec64 timestamp_truncate(struct timespec64 t, struct inode *inode) timestamp_truncate() function
|
| /linux/fs/smb/client/ |
| H A D | inode.c | 136 fattr->cf_mtime = timestamp_truncate(fattr->cf_mtime, inode); 199 fattr->cf_mtime = timestamp_truncate(fattr->cf_mtime, inode); in cifs_fattr_to_inode() 200 fattr->cf_atime = timestamp_truncate(fattr->cf_atime, inode); in cifs_fattr_to_inode() 201 fattr->cf_ctime = timestamp_truncate(fattr->cf_ctime, inode); in cifs_fattr_to_inode()
|
| /linux/fs/xfs/scrub/ |
| H A D | inode_repair.c | 1761 *ts = timestamp_truncate(*ts, VFS_I(ip));
|