Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dattr.c338 attr->ia_atime = timestamp_truncate(attr->ia_atime, inode); in notify_change()
342 attr->ia_mtime = timestamp_truncate(attr->ia_mtime, inode); in notify_change()
Dinode.c2281 struct timespec64 timestamp_truncate(struct timespec64 t, struct inode *inode) in timestamp_truncate() function
2301 EXPORT_SYMBOL(timestamp_truncate);
2324 return timestamp_truncate(now, inode); in current_time()
/Linux-v5.15/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);
/Linux-v5.15/include/linux/
Dfs.h735 struct timespec64 timestamp_truncate(struct timespec64 t, struct inode *inode);