tag | line | file | source code |
---|---|---|---|
bg_free_inodes_count | 266 | fs/ext2/ialloc.c | gdp->bg_free_inodes_count++; |
bg_free_inodes_count | 371 | fs/ext2/ialloc.c | if (tmp->bg_free_inodes_count && |
bg_free_inodes_count | 372 | fs/ext2/ialloc.c | tmp->bg_free_inodes_count >= avefreei) { |
bg_free_inodes_count | 390 | fs/ext2/ialloc.c | if (tmp->bg_free_inodes_count) |
bg_free_inodes_count | 403 | fs/ext2/ialloc.c | if (tmp->bg_free_inodes_count) { |
bg_free_inodes_count | 418 | fs/ext2/ialloc.c | if (tmp->bg_free_inodes_count) { |
bg_free_inodes_count | 447 | fs/ext2/ialloc.c | if (gdp->bg_free_inodes_count != 0) { |
bg_free_inodes_count | 466 | fs/ext2/ialloc.c | gdp->bg_free_inodes_count--; |
bg_free_inodes_count | 528 | fs/ext2/ialloc.c | desc_count += gdp->bg_free_inodes_count; |
bg_free_inodes_count | 533 | fs/ext2/ialloc.c | i, gdp->bg_free_inodes_count, x); |
bg_free_inodes_count | 560 | fs/ext2/ialloc.c | desc_count += gdp->bg_free_inodes_count; |
bg_free_inodes_count | 564 | fs/ext2/ialloc.c | if (gdp->bg_free_inodes_count != x) |
bg_free_inodes_count | 568 | fs/ext2/ialloc.c | gdp->bg_free_inodes_count, x); |
bg_free_inodes_count | 160 | fs/ext2/super.c | gdp[i].bg_free_inodes_count = old_group_desc[i].bg_free_inodes_count; |
bg_free_inodes_count | 158 | include/linux/ext2_fs.h | unsigned short bg_free_inodes_count; /* Free inodes count */ |
bg_free_inodes_count | 167 | include/linux/ext2_fs.h | unsigned short bg_free_inodes_count; /* Free inodes count */ |