Searched refs:count_blocks (Results 1 – 2 of 2) 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);
324 static unsigned long long count_blocks (char *filename);537 count_blocks (char *filename) in count_blocks() function1642 cblocks = count_blocks (device_name); /* Have a look and see! */ in main()