Home
last modified time | relevance | path

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

/fs/
Dattr.c433 attr->ia_atime = timestamp_truncate(attr->ia_atime, inode); in notify_change()
437 attr->ia_mtime = timestamp_truncate(attr->ia_mtime, inode); in notify_change()
Dinode.c2291 struct timespec64 timestamp_truncate(struct timespec64 t, struct inode *inode) in timestamp_truncate() function
2311 EXPORT_SYMBOL_NS(timestamp_truncate, ANDROID_GKI_VFS_EXPORT_ONLY);
2334 return timestamp_truncate(now, inode); in current_time()
/fs/cifs/
Dinode.c105 fattr->cf_mtime = timestamp_truncate(fattr->cf_mtime, inode);
161 fattr->cf_mtime = timestamp_truncate(fattr->cf_mtime, inode);
162 fattr->cf_atime = timestamp_truncate(fattr->cf_atime, inode);
163 fattr->cf_ctime = timestamp_truncate(fattr->cf_ctime, inode);