Searched refs:check_leaf (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/fs/reiserfs/ |
D | do_balan.c | 1678 check_leaf(tb->L[0]); in check_before_balancing() 1684 check_leaf(tb->R[0]); in check_before_balancing() 1688 check_leaf(PATH_PLAST_BUFFER(tb->tb_path)); in check_before_balancing() 1743 check_leaf(tb->L[0]); in check_leaf_level() 1744 check_leaf(tb->R[0]); in check_leaf_level() 1745 check_leaf(PATH_PLAST_BUFFER(tb->tb_path)); in check_leaf_level()
|
D | prints.c | 469 check_leaf(bh); in print_leaf() 747 void check_leaf(struct buffer_head *bh) in check_leaf() function
|
D | reiserfs.h | 3212 void check_leaf(struct buffer_head *bh);
|
/linux-4.4.14/Documentation/networking/ |
D | fib_trie.txt | 120 trie, key segment by key segment, until we find a leaf. check_leaf() does
|
/linux-4.4.14/fs/btrfs/ |
D | disk-io.c | 538 static noinline int check_leaf(struct btrfs_root *root, in check_leaf() function 665 if (found_level == 0 && check_leaf(root, eb)) { in btree_readpage_end_io_hook() 3967 if (btrfs_header_level(buf) == 0 && check_leaf(root, buf)) { in btrfs_mark_buffer_dirty()
|
/linux-4.4.14/fs/ubifs/ |
D | debug.c | 1978 static int check_leaf(struct ubifs_info *c, struct ubifs_zbranch *zbr, in check_leaf() function 2275 err = dbg_walk_index(c, check_leaf, NULL, &fsckd); in dbg_check_filesystem()
|