Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dbcachefs.h778 unsigned nsec_per_time_unit; member
1206 set_normalized_timespec64(&t, sec, rem * (s64)c->sb.nsec_per_time_unit); in bch2_time_to_timespec()
1214 (int) ts.tv_nsec / c->sb.nsec_per_time_unit) - c->sb.time_base_lo; in timespec_to_bch2_time()
Dsuper-io.c528 c->sb.nsec_per_time_unit = le32_to_cpu(src->time_precision); in bch2_sb_update()
529 c->sb.time_units_per_sec = NSEC_PER_SEC / c->sb.nsec_per_time_unit; in bch2_sb_update()
533 c->sb.nsec_per_time_unit); in bch2_sb_update()
Dfs.c2200 sb->s_time_gran = c->sb.nsec_per_time_unit; in bch2_fs_get_tree()