Searched refs:bch2_time_to_timespec (Results 1 – 2 of 2) sorted by relevance
93 inode_set_atime_to_ts(&inode->v, bch2_time_to_timespec(c, bi->bi_atime)); in bch2_inode_update_after_write()95 inode_set_mtime_to_ts(&inode->v, bch2_time_to_timespec(c, bi->bi_mtime)); in bch2_inode_update_after_write()97 inode_set_ctime_to_ts(&inode->v, bch2_time_to_timespec(c, bi->bi_ctime)); in bch2_inode_update_after_write()1212 stat->btime = bch2_time_to_timespec(c, inode->ei_inode.bi_otime); in bch2_getattr()
1201 static inline struct timespec64 bch2_time_to_timespec(const struct bch_fs *c, s64 time) in bch2_time_to_timespec() function