Searched refs:nsec_per_time_unit (Results 1 – 3 of 3) sorted by relevance
856 unsigned nsec_per_time_unit; member1225 set_normalized_timespec64(&t, sec, rem * (s64)c->sb.nsec_per_time_unit); 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()
611 c->sb.nsec_per_time_unit = le32_to_cpu(src->time_precision); in bch2_sb_update()612 c->sb.time_units_per_sec = NSEC_PER_SEC / c->sb.nsec_per_time_unit; in bch2_sb_update()616 c->sb.nsec_per_time_unit); in bch2_sb_update()
2526 sb->s_time_gran = c->sb.nsec_per_time_unit; in bch2_fs_get_tree()
Completed in 15 milliseconds