Home
last modified time | relevance | path

Searched refs:bch2_time_to_timespec (Results 1 – 2 of 2) sorted by relevance

/linux/fs/bcachefs/
H A Dfs.c69 inode_set_atime_to_ts(&inode->v, bch2_time_to_timespec(c, bi->bi_atime)); in bch2_inode_update_after_write()
71 inode_set_mtime_to_ts(&inode->v, bch2_time_to_timespec(c, bi->bi_mtime)); in bch2_inode_update_after_write()
73 inode_set_ctime_to_ts(&inode->v, bch2_time_to_timespec(c, bi->bi_ctime)); in bch2_inode_update_after_write()
1130 stat->btime = bch2_time_to_timespec(c, inode->ei_inode.bi_otime); in bch2_getattr()
H A Dbcachefs.h1196 static inline struct timespec64 bch2_time_to_timespec(const struct bch_fs *c, s64 time) in bch2_time_to_timespec() function