Searched refs:count_blocks (Results 1 – 1 of 1) sorted by relevance
154 static int count_blocks(struct block *);1971 static int count_blocks(p) in count_blocks() function1977 return count_blocks(JT(p)) + count_blocks(JF(p)) + 1;2047 n = count_blocks(root);