Searched refs:timestamp_truncate (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/ |
| H A D | attr.c | 470 attr->ia_atime = timestamp_truncate(attr->ia_atime, inode); in notify_change() 474 attr->ia_mtime = timestamp_truncate(attr->ia_mtime, inode); in notify_change()
|
| H A D | inode.c | 2269 return timestamp_truncate(now, inode); in current_time() 2682 struct timespec64 timestamp_truncate(struct timespec64 t, struct inode *inode) in timestamp_truncate() function 2702 EXPORT_SYMBOL(timestamp_truncate); 2727 now = timestamp_truncate(now, inode); in inode_set_ctime_current() 2747 now = timestamp_truncate(now, inode); in inode_set_ctime_current() 2823 update = timestamp_truncate(update, inode); in inode_set_ctime_deleg()
|
| /linux-6.15/fs/smb/client/ |
| H A D | inode.c | 118 fattr->cf_mtime = timestamp_truncate(fattr->cf_mtime, inode); in cifs_revalidate_cache() 181 fattr->cf_mtime = timestamp_truncate(fattr->cf_mtime, inode); in cifs_fattr_to_inode() 182 fattr->cf_atime = timestamp_truncate(fattr->cf_atime, inode); in cifs_fattr_to_inode() 183 fattr->cf_ctime = timestamp_truncate(fattr->cf_ctime, inode); in cifs_fattr_to_inode()
|
| /linux-6.15/fs/xfs/scrub/ |
| H A D | inode_repair.c | 1757 *ts = timestamp_truncate(*ts, VFS_I(ip)); in xrep_clamp_timestamp()
|
| /linux-6.15/include/linux/ |
| H A D | fs.h | 816 struct timespec64 timestamp_truncate(struct timespec64 t, struct inode *inode);
|