Home
last modified time | relevance | path

Searched refs:real_depth (Results 1 – 2 of 2) sorted by relevance

/linux/mm/
H A Dpagewalk.c12 static int real_depth(int depth) in real_depth() function
83 int depth = real_depth(3); in walk_pmd_range()
142 int depth = real_depth(2); in walk_pud_range()
191 int depth = real_depth(1); in walk_p4d_range()
/linux/fs/bcachefs/
H A Dsnapshot.c748 u32 real_depth; in check_snapshot() local
842 real_depth = bch2_snapshot_depth(c, parent_id); in check_snapshot()
844 if (fsck_err_on(le32_to_cpu(s.depth) != real_depth, in check_snapshot()
847 real_depth, (bch2_bkey_val_to_text(&buf, c, k), buf.buf))) { in check_snapshot()
853 u->v.depth = cpu_to_le32(real_depth); in check_snapshot()