Searched refs:count_blocks (Results 1 – 1 of 1) sorted by relevance
138 static int count_blocks(struct block *);1896 count_blocks(p) in count_blocks() function1902 return count_blocks(JT(p)) + count_blocks(JF(p)) + 1;1975 n = count_blocks(root);