Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dattr.c266 attr->ia_atime = timestamp_truncate(attr->ia_atime, inode); in notify_change()
270 attr->ia_mtime = timestamp_truncate(attr->ia_mtime, inode); in notify_change()
Dinode.c2251 struct timespec64 timestamp_truncate(struct timespec64 t, struct inode *inode) in timestamp_truncate() function
2271 EXPORT_SYMBOL(timestamp_truncate);
2294 return timestamp_truncate(now, inode); in current_time()
/Linux-v5.10/fs/cifs/
Dinode.c118 fattr->cf_mtime = timestamp_truncate(fattr->cf_mtime, inode);
168 fattr->cf_mtime = timestamp_truncate(fattr->cf_mtime, inode);
169 fattr->cf_atime = timestamp_truncate(fattr->cf_atime, inode);
170 fattr->cf_ctime = timestamp_truncate(fattr->cf_ctime, inode);
/Linux-v5.10/include/linux/
Dfs.h723 struct timespec64 timestamp_truncate(struct timespec64 t, struct inode *inode);