tag | line | file | source code |
---|---|---|---|
bg_free_inodes_count | 259 | fs/ext2/ialloc.c | gdp[desc].bg_free_inodes_count++; |
bg_free_inodes_count | 378 | fs/ext2/ialloc.c | if (tmp->bg_free_inodes_count && |
bg_free_inodes_count | 379 | fs/ext2/ialloc.c | tmp->bg_free_inodes_count >= avefreei) { |
bg_free_inodes_count | 381 | fs/ext2/ialloc.c | (tmp->bg_free_inodes_count > |
bg_free_inodes_count | 382 | fs/ext2/ialloc.c | gdp->bg_free_inodes_count)) { |
bg_free_inodes_count | 394 | 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 | 416 | fs/ext2/ialloc.c | if (tmp->bg_free_inodes_count) { |
bg_free_inodes_count | 458 | fs/ext2/ialloc.c | gdp->bg_free_inodes_count--; |
bg_free_inodes_count | 523 | fs/ext2/ialloc.c | desc_count += gdp[desc].bg_free_inodes_count; |
bg_free_inodes_count | 534 | fs/ext2/ialloc.c | i, gdp[desc].bg_free_inodes_count, x); |
bg_free_inodes_count | 579 | fs/ext2/ialloc.c | desc_count += gdp[desc].bg_free_inodes_count; |
bg_free_inodes_count | 590 | fs/ext2/ialloc.c | if (gdp[desc].bg_free_inodes_count != x) |
bg_free_inodes_count | 594 | fs/ext2/ialloc.c | gdp[desc].bg_free_inodes_count, x); |
bg_free_inodes_count | 156 | fs/ext2/super.c | gdp[i].bg_free_inodes_count = old_group_desc[i].bg_free_inodes_count; |
bg_free_inodes_count | 156 | include/linux/ext2_fs.h | unsigned short bg_free_inodes_count; /* Free inodes count */ |
bg_free_inodes_count | 165 | include/linux/ext2_fs.h | unsigned short bg_free_inodes_count; /* Free inodes count */ |