Searched refs:s_groups_count (Results 1 - 16 of 16) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dext2_fs_sb.h35 unsigned long s_groups_count; /* Number of groups in the fs */ member in struct:ext2_sb_info
H A Dext3_fs_sb.h40 unsigned long s_groups_count; /* Number of groups in the fs */ member in struct:ext3_sb_info
H A Dext4_fs_sb.h41 unsigned long s_groups_count; /* Number of groups in the fs */ member in struct:ext4_sb_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext2/
H A Dialloc.c205 int ngroups = EXT2_SB(sb)->s_groups_count;
264 int ngroups = sbi->s_groups_count;
378 int ngroups = EXT2_SB(sb)->s_groups_count;
471 for (i = 0; i < sbi->s_groups_count; i++) {
493 if (++group == sbi->s_groups_count)
502 if (++group == sbi->s_groups_count)
639 for (i = 0; i < EXT2_SB(sb)->s_groups_count; i++) {
662 for (i = 0; i < EXT2_SB(sb)->s_groups_count; i++) {
678 for (i = 0; i < EXT2_SB(sb)->s_groups_count; i++) {
H A Dballoc.c47 if (block_group >= sbi->s_groups_count) {
51 block_group, sbi->s_groups_count);
409 group_idx < sbi->s_groups_count; group_idx++) {
411 if (group_no >= sbi->s_groups_count)
436 if (nr_scanned_groups > 2 * sbi->s_groups_count) {
555 for (i = 0; i < EXT2_SB(sb)->s_groups_count; i++) {
576 for (i = 0; i < EXT2_SB(sb)->s_groups_count; i++) {
H A Dsuper.c535 sbi->s_groups_count,
553 for (i = 0; i < sbi->s_groups_count; i++)
555 if (i == sbi->s_groups_count - 1)
874 sbi->s_groups_count = ((le32_to_cpu(es->s_blocks_count) -
877 db_count = (sbi->s_groups_count + EXT2_DESC_PER_BLOCK(sb) - 1) /
885 sbi->s_debts = kmalloc(sbi->s_groups_count * sizeof(*sbi->s_debts),
891 memset(sbi->s_debts, 0, sbi->s_groups_count * sizeof(*sbi->s_debts));
1124 for (i = 0; i < sbi->s_groups_count; i++)
1132 overhead += (sbi->s_groups_count *
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dialloc.c204 int ngroups = EXT3_SB(sb)->s_groups_count;
262 int ngroups = sbi->s_groups_count;
359 int ngroups = EXT3_SB(sb)->s_groups_count;
464 for (i = 0; i < sbi->s_groups_count; i++) {
513 if (++group == sbi->s_groups_count)
712 for (i = 0; i < EXT3_SB(sb)->s_groups_count; i++) {
733 for (i = 0; i < EXT3_SB(sb)->s_groups_count; i++) {
750 for (i = 0; i < EXT3_SB(sb)->s_groups_count; i++) {
H A Dresize.c50 if (group != sbi->s_groups_count)
53 input->group, sbi->s_groups_count);
184 if (input->group != sbi->s_groups_count) {
332 const unsigned long end = EXT3_SB(sb)->s_groups_count;
620 * need to worry about last changing from sbi->s_groups_count, because the
622 * at this time. The resize which changed s_groups_count will backup again.
628 const unsigned long last = sbi->s_groups_count;
782 if (input->group != sbi->s_groups_count) {
817 * The key field here is sbi->s_groups_count: as long as
853 * We need to protect s_groups_count agains
[all...]
H A Dballoc.c57 if (block_group >= sbi->s_groups_count) {
61 block_group, sbi->s_groups_count);
1502 ngroups = EXT3_SB(sb)->s_groups_count;
1684 unsigned long ngroups = EXT3_SB(sb)->s_groups_count;
H A Dsuper.c1145 sbi->s_groups_count,
1174 for (i = 0; i < sbi->s_groups_count; i++)
1176 if (i == sbi->s_groups_count - 1)
1628 sbi->s_groups_count = ((le32_to_cpu(es->s_blocks_count) -
1631 db_count = (sbi->s_groups_count + EXT3_DESC_PER_BLOCK(sb) - 1) /
2409 ngroups = EXT3_SB(sb)->s_groups_count;
H A Dinode.c2355 if (block_group >= EXT3_SB(sb)->s_groups_count) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dialloc.c204 int ngroups = EXT4_SB(sb)->s_groups_count;
262 int ngroups = sbi->s_groups_count;
362 int ngroups = EXT4_SB(sb)->s_groups_count;
467 for (i = 0; i < sbi->s_groups_count; i++) {
516 if (++group == sbi->s_groups_count)
726 for (i = 0; i < EXT4_SB(sb)->s_groups_count; i++) {
747 for (i = 0; i < EXT4_SB(sb)->s_groups_count; i++) {
764 for (i = 0; i < EXT4_SB(sb)->s_groups_count; i++) {
H A Dresize.c51 if (group != sbi->s_groups_count)
54 input->group, sbi->s_groups_count);
189 if (input->group != sbi->s_groups_count) {
338 const unsigned long end = EXT4_SB(sb)->s_groups_count;
629 * need to worry about last changing from sbi->s_groups_count, because the
631 * at this time. The resize which changed s_groups_count will backup again.
637 const unsigned long last = sbi->s_groups_count;
791 if (input->group != sbi->s_groups_count) {
826 * The key field here is sbi->s_groups_count: as long as
862 * We need to protect s_groups_count agains
[all...]
H A Dballoc.c75 if (block_group >= sbi->s_groups_count) {
79 block_group, sbi->s_groups_count);
1516 ngroups = EXT4_SB(sb)->s_groups_count;
1698 unsigned long ngroups = EXT4_SB(sb)->s_groups_count;
H A Dsuper.c1200 sbi->s_groups_count,
1232 for (i = 0; i < sbi->s_groups_count; i++)
1234 if (i == sbi->s_groups_count - 1)
1701 sbi->s_groups_count = blocks_count;
1702 db_count = (sbi->s_groups_count + EXT4_DESC_PER_BLOCK(sb) - 1) /
2483 ngroups = EXT4_SB(sb)->s_groups_count;
H A Dinode.c2365 if (block_group >= EXT4_SB(sb)->s_groups_count) {

Completed in 97 milliseconds