tag | line | file | source code |
---|---|---|---|
bg_free_inodes_count | 242 | fs/ext2/ialloc.c | gdp->bg_free_inodes_count++; |
bg_free_inodes_count | 347 | fs/ext2/ialloc.c | if (tmp->bg_free_inodes_count && |
bg_free_inodes_count | 348 | fs/ext2/ialloc.c | tmp->bg_free_inodes_count >= avefreei) { |
bg_free_inodes_count | 366 | fs/ext2/ialloc.c | if (tmp->bg_free_inodes_count) |
bg_free_inodes_count | 379 | fs/ext2/ialloc.c | if (tmp->bg_free_inodes_count) { |
bg_free_inodes_count | 394 | fs/ext2/ialloc.c | if (tmp->bg_free_inodes_count) { |
bg_free_inodes_count | 423 | fs/ext2/ialloc.c | if (gdp->bg_free_inodes_count != 0) { |
bg_free_inodes_count | 442 | fs/ext2/ialloc.c | gdp->bg_free_inodes_count--; |
bg_free_inodes_count | 506 | fs/ext2/ialloc.c | desc_count += gdp->bg_free_inodes_count; |
bg_free_inodes_count | 511 | fs/ext2/ialloc.c | i, gdp->bg_free_inodes_count, x); |
bg_free_inodes_count | 538 | fs/ext2/ialloc.c | desc_count += gdp->bg_free_inodes_count; |
bg_free_inodes_count | 542 | fs/ext2/ialloc.c | if (gdp->bg_free_inodes_count != x) |
bg_free_inodes_count | 546 | fs/ext2/ialloc.c | gdp->bg_free_inodes_count, x); |
bg_free_inodes_count | 161 | fs/ext2/super.c | gdp[i].bg_free_inodes_count = old_group_desc[i].bg_free_inodes_count; |
bg_free_inodes_count | 160 | include/linux/ext2_fs.h | __u16 bg_free_inodes_count; /* Free inodes count */ |
bg_free_inodes_count | 169 | include/linux/ext2_fs.h | __u16 bg_free_inodes_count; /* Free inodes count */ |