Searched refs:bch2_prt_datetime (Results 1 – 8 of 8) sorted by relevance
/linux/fs/bcachefs/ |
H A D | sb-errors.c | 71 bch2_prt_datetime(out, le64_to_cpu(e->entries[i].last_error_time)); in bch2_sb_errors_to_text() 98 bch2_prt_datetime(out, i->last_error_time); in bch2_fs_errors_to_text()
|
H A D | util.c | 339 void bch2_prt_datetime(struct printbuf *out, time64_t sec) in bch2_prt_datetime() function 348 void bch2_prt_datetime(struct printbuf *out, time64_t sec) in bch2_prt_datetime() function
|
H A D | recovery_passes.c | 102 bch2_prt_datetime(out, le64_to_cpu(i->last_run)); in bch2_sb_recovery_passes_to_text()
|
H A D | util.h | 118 void bch2_prt_datetime(struct printbuf *, time64_t);
|
H A D | sb-members.c | 255 bch2_prt_datetime(out, le64_to_cpu(m.last_mount)); in member_to_text()
|
H A D | super-io.c | 1488 bch2_prt_datetime(out, div_u64(le64_to_cpu(sb->time_base_lo), NSEC_PER_SEC)); in bch2_sb_to_text() 1498 bch2_prt_datetime(out, le64_to_cpu(sb->write_time)); in bch2_sb_to_text()
|
H A D | super.c | 1296 bch2_prt_datetime(&buf, le64_to_cpu(fs->sb->write_time)); in bch2_dev_in_fs() 1301 bch2_prt_datetime(&buf, le64_to_cpu(sb->sb->write_time)); in bch2_dev_in_fs()
|
H A D | journal_io.c | 75 bch2_prt_datetime(out, le64_to_cpu(datetime->seconds)); in bch2_journal_datetime_to_text() 847 bch2_prt_datetime(out, le64_to_cpu(datetime->seconds)); in journal_entry_datetime_to_text()
|