tag | line | file | source code |
---|---|---|---|
bg_free_inodes_count | 242 | fs/ext2/ialloc.c | gdp->bg_free_inodes_count++; |
bg_free_inodes_count | 350 | fs/ext2/ialloc.c | if (tmp->bg_free_inodes_count && |
bg_free_inodes_count | 351 | fs/ext2/ialloc.c | tmp->bg_free_inodes_count >= avefreei) { |
bg_free_inodes_count | 369 | fs/ext2/ialloc.c | if (tmp->bg_free_inodes_count) |
bg_free_inodes_count | 382 | fs/ext2/ialloc.c | if (tmp->bg_free_inodes_count) { |
bg_free_inodes_count | 397 | fs/ext2/ialloc.c | if (tmp->bg_free_inodes_count) { |
bg_free_inodes_count | 426 | fs/ext2/ialloc.c | if (gdp->bg_free_inodes_count != 0) { |
bg_free_inodes_count | 445 | fs/ext2/ialloc.c | gdp->bg_free_inodes_count--; |
bg_free_inodes_count | 521 | fs/ext2/ialloc.c | desc_count += gdp->bg_free_inodes_count; |
bg_free_inodes_count | 526 | fs/ext2/ialloc.c | i, gdp->bg_free_inodes_count, x); |
bg_free_inodes_count | 553 | fs/ext2/ialloc.c | desc_count += gdp->bg_free_inodes_count; |
bg_free_inodes_count | 557 | fs/ext2/ialloc.c | if (gdp->bg_free_inodes_count != x) |
bg_free_inodes_count | 561 | fs/ext2/ialloc.c | gdp->bg_free_inodes_count, x); |
bg_free_inodes_count | 144 | include/linux/ext2_fs.h | __u16 bg_free_inodes_count; /* Free inodes count */ |