Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A 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()
H A Dinode.c2491 struct timespec64 timestamp_truncate(struct timespec64 t, struct inode *inode) in timestamp_truncate() function
2511 EXPORT_SYMBOL(timestamp_truncate);
2528 return timestamp_truncate(now, inode); in current_time()
/openbmc/linux/fs/smb/client/
H A Dinode.c105 fattr->cf_mtime = timestamp_truncate(fattr->cf_mtime, inode); in cifs_revalidate_cache()
166 fattr->cf_mtime = timestamp_truncate(fattr->cf_mtime, inode); in cifs_fattr_to_inode()
167 fattr->cf_atime = timestamp_truncate(fattr->cf_atime, inode); in cifs_fattr_to_inode()
168 fattr->cf_ctime = timestamp_truncate(fattr->cf_ctime, inode); in cifs_fattr_to_inode()
/openbmc/linux/include/linux/
H A Dfs.h753 struct timespec64 timestamp_truncate(struct timespec64 t, struct inode *inode);