tag | line | file | source code |
---|---|---|---|
bg_free_inodes_count | 240 | fs/ext2/ialloc.c | gdp->bg_free_inodes_count++; |
bg_free_inodes_count | 345 | fs/ext2/ialloc.c | if (tmp->bg_free_inodes_count && |
bg_free_inodes_count | 346 | fs/ext2/ialloc.c | tmp->bg_free_inodes_count >= avefreei) { |
bg_free_inodes_count | 364 | fs/ext2/ialloc.c | if (tmp->bg_free_inodes_count) |
bg_free_inodes_count | 377 | fs/ext2/ialloc.c | if (tmp->bg_free_inodes_count) { |
bg_free_inodes_count | 392 | fs/ext2/ialloc.c | if (tmp->bg_free_inodes_count) { |
bg_free_inodes_count | 421 | fs/ext2/ialloc.c | if (gdp->bg_free_inodes_count != 0) { |
bg_free_inodes_count | 440 | fs/ext2/ialloc.c | gdp->bg_free_inodes_count--; |
bg_free_inodes_count | 502 | fs/ext2/ialloc.c | desc_count += gdp->bg_free_inodes_count; |
bg_free_inodes_count | 507 | fs/ext2/ialloc.c | i, gdp->bg_free_inodes_count, x); |
bg_free_inodes_count | 534 | fs/ext2/ialloc.c | desc_count += gdp->bg_free_inodes_count; |
bg_free_inodes_count | 538 | fs/ext2/ialloc.c | if (gdp->bg_free_inodes_count != x) |
bg_free_inodes_count | 542 | 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 | 153 | include/linux/ext2_fs.h | unsigned short bg_free_inodes_count; /* Free inodes count */ |
bg_free_inodes_count | 162 | include/linux/ext2_fs.h | unsigned short bg_free_inodes_count; /* Free inodes count */ |