tag | line | file | source code |
---|---|---|---|
ext2_count_free | 497 | fs/ext2/balloc.c | x = ext2_count_free (sb->u.ext2_sb.s_block_bitmap[bitmap_nr], |
ext2_count_free | 569 | fs/ext2/balloc.c | x = ext2_count_free (bh, sb->s_blocksize); |
ext2_count_free | 508 | fs/ext2/ialloc.c | x = ext2_count_free (sb->u.ext2_sb.s_inode_bitmap[bitmap_nr], |
ext2_count_free | 540 | fs/ext2/ialloc.c | x = ext2_count_free (sb->u.ext2_sb.s_inode_bitmap[bitmap_nr], |
ext2_count_free | 422 | include/linux/ext2_fs.h | extern unsigned long ext2_count_free (struct buffer_head *, unsigned); |