Home
last modified time | relevance | path

Searched refs:timespec64_trunc (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/fs/fat/
Dmisc.c311 inode->i_ctime = timespec64_trunc(*now, 10000000); in fat_truncate_time()
/Linux-v5.4/fs/
Dinode.c2156 struct timespec64 timespec64_trunc(struct timespec64 t, unsigned gran) in timespec64_trunc() function
2170 EXPORT_SYMBOL(timespec64_trunc);
/Linux-v5.4/fs/ubifs/
Dsb.c295 ts = timespec64_trunc(ts, DEFAULT_TIME_GRAN); in create_default_filesystem()
/Linux-v5.4/fs/cifs/
Dinode.c333 fattr->cf_mtime = timespec64_trunc(fattr->cf_mtime, sb->s_time_gran);
614 fattr->cf_atime = timespec64_trunc(fattr->cf_atime, sb->s_time_gran);
/Linux-v5.4/include/linux/
Dfs.h1578 extern struct timespec64 timespec64_trunc(struct timespec64 t, unsigned gran);
/Linux-v5.4/fs/ceph/
Dmds_client.c2092 req->r_stamp = timespec64_trunc(ts, mdsc->fsc->sb->s_time_gran); in ceph_mdsc_create_request()