Home
last modified time | relevance | path

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

/fs/
Dattr.c425 attr->ia_atime = timestamp_truncate(attr->ia_atime, inode); in notify_change()
429 attr->ia_mtime = timestamp_truncate(attr->ia_mtime, inode); in notify_change()
Dinode.c2459 struct timespec64 timestamp_truncate(struct timespec64 t, struct inode *inode) in timestamp_truncate() function
2479 EXPORT_SYMBOL(timestamp_truncate);
2502 return timestamp_truncate(now, inode); in current_time()
/fs/smb/client/
Dinode.c107 fattr->cf_mtime = timestamp_truncate(fattr->cf_mtime, inode);
166 fattr->cf_mtime = timestamp_truncate(fattr->cf_mtime, inode);
167 fattr->cf_atime = timestamp_truncate(fattr->cf_atime, inode);
168 fattr->cf_ctime = timestamp_truncate(fattr->cf_ctime, inode);