Home
last modified time | relevance | path

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

/fs/bcachefs/
A Dsuper-io.c615 c->sb.time_base_lo = div_u64(le64_to_cpu(src->time_base_lo), in bch2_sb_update()
657 dst->time_base_lo = src->time_base_lo; in __copy_super()
1487 if (sb->time_base_lo) in bch2_sb_to_text()
1488 bch2_prt_datetime(out, div_u64(le64_to_cpu(sb->time_base_lo), NSEC_PER_SEC)); in bch2_sb_to_text()
A Dbcachefs.h853 u64 time_base_lo; member
1221 time += c->sb.time_base_lo; in bch2_time_to_timespec()
1233 (int) ts.tv_nsec / c->sb.nsec_per_time_unit) - c->sb.time_base_lo; in timespec_to_bch2_time()
A Dbcachefs_format.h766 __le64 time_base_lo; member

Completed in 14 milliseconds