Home
last modified time | relevance | path

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

/fs/fat/
Dmisc.c311 inode->i_ctime = timespec64_trunc(*now, 10000000); in fat_truncate_time()
/fs/
Dinode.c2163 struct timespec64 timespec64_trunc(struct timespec64 t, unsigned gran) in timespec64_trunc() function
2177 EXPORT_SYMBOL(timespec64_trunc);
/fs/ubifs/
Dsb.c295 ts = timespec64_trunc(ts, DEFAULT_TIME_GRAN); in create_default_filesystem()
/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);
/fs/ceph/
Dmds_client.c2094 req->r_stamp = timespec64_trunc(ts, mdsc->fsc->sb->s_time_gran); in ceph_mdsc_create_request()