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