Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
A 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()
A 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()
A Dfs.c2200 sb->s_time_gran = c->sb.nsec_per_time_unit; in bch2_fs_get_tree()

Completed in 15 milliseconds