Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dfs.c997 bi->bi_atime = timespec_to_bch2_time(c, attr->ia_atime); in bch2_setattr_copy()
999 bi->bi_mtime = timespec_to_bch2_time(c, attr->ia_mtime); in bch2_setattr_copy()
1001 bi->bi_ctime = timespec_to_bch2_time(c, attr->ia_ctime); in bch2_setattr_copy()
1787 bi->bi_atime = timespec_to_bch2_time(c, inode_get_atime(&inode->v)); in inode_update_times_fn()
1788 bi->bi_mtime = timespec_to_bch2_time(c, inode_get_mtime(&inode->v)); in inode_update_times_fn()
1789 bi->bi_ctime = timespec_to_bch2_time(c, inode_get_ctime(&inode->v)); in inode_update_times_fn()
Dbcachefs.h1211 static inline s64 timespec_to_bch2_time(const struct bch_fs *c, struct timespec64 ts) in timespec_to_bch2_time() function
1222 return timespec_to_bch2_time(c, now); in bch2_current_time()
Dfs-ioctl.c65 bi->bi_ctime = timespec_to_bch2_time(c, current_time(&inode->v)); in bch2_inode_flags_set()