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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dext2_fs_sb.h40 unsigned long s_groups_count; /* Number of groups in the fs */ member in struct:ext2_sb_info
H A Dext3_fs_sb.h45 unsigned long s_groups_count; /* Number of groups in the fs */ member in struct:ext3_sb_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dext2_fs_sb.h40 unsigned long s_groups_count; /* Number of groups in the fs */ member in struct:ext2_sb_info
H A Dext3_fs_sb.h45 unsigned long s_groups_count; /* Number of groups in the fs */ member in struct:ext3_sb_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ext3/
H A Dialloc.c102 if (block_group >= sbi->s_groups_count)
106 block_group, sbi->s_groups_count);
111 if (sbi->s_groups_count <= EXT3_MAX_GROUP_LOADED) {
331 sb->u.ext3_sb.s_groups_count;
333 for (j = 0; j < sb->u.ext3_sb.s_groups_count; j++) {
363 for (j = 1; j < sb->u.ext3_sb.s_groups_count; j <<= 1) {
365 if (i >= sb->u.ext3_sb.s_groups_count)
366 i -= sb->u.ext3_sb.s_groups_count;
380 for (j = 2; j < sb->u.ext3_sb.s_groups_count; j++) {
381 if (++i >= sb->u.ext3_sb.s_groups_count)
[all...]
H A Dballoc.c49 if (block_group >= sb->u.ext3_sb.s_groups_count) {
53 block_group, sb->u.ext3_sb.s_groups_count);
132 if (block_group >= sb->u.ext3_sb.s_groups_count)
136 block_group, sb->u.ext3_sb.s_groups_count);
138 if (sb->u.ext3_sb.s_groups_count <= EXT3_MAX_GROUP_LOADED) {
224 else if (sb->u.ext3_sb.s_groups_count <= EXT3_MAX_GROUP_LOADED &&
622 for (k = 0; k < sb->u.ext3_sb.s_groups_count; k++) {
624 if (i >= sb->u.ext3_sb.s_groups_count)
839 for (i = 0; i < sb->u.ext3_sb.s_groups_count; i++) {
940 for (i = 0; i < sb->u.ext3_sb.s_groups_count;
[all...]
H A Dsuper.c708 sbi->s_groups_count,
740 for (i = 0; i < sbi->s_groups_count; i++)
1081 sbi->s_groups_count = (le32_to_cpu(es->s_blocks_count) -
1085 db_count = (sbi->s_groups_count + EXT3_DESC_PER_BLOCK(sb) - 1) /
1727 for (i = 0; i < EXT3_SB(sb)->s_groups_count; i++)
1735 overhead += (EXT3_SB(sb)->s_groups_count *
H A Dinode.c1964 if (block_group >= inode->i_sb->u.ext3_sb.s_groups_count) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ext2/
H A Dballoc.c46 if (block_group >= sb->u.ext2_sb.s_groups_count) {
50 block_group, sb->u.ext2_sb.s_groups_count);
129 if (block_group >= sb->u.ext2_sb.s_groups_count)
133 block_group, sb->u.ext2_sb.s_groups_count);
135 if (sb->u.ext2_sb.s_groups_count <= EXT2_MAX_GROUP_LOADED) {
219 else if (sb->u.ext2_sb.s_groups_count <= EXT2_MAX_GROUP_LOADED &&
468 for (k = 0; k < sb->u.ext2_sb.s_groups_count; k++) {
470 if (i >= sb->u.ext2_sb.s_groups_count)
478 if (k >= sb->u.ext2_sb.s_groups_count)
631 for (i = 0; i < sb->u.ext2_sb.s_groups_count;
[all...]
H A Dialloc.c84 if (block_group >= sbi->s_groups_count)
88 block_group, sbi->s_groups_count);
94 if (sbi->s_groups_count <= EXT2_MAX_GROUP_LOADED) {
235 int ngroups = sb->u.ext2_sb.s_groups_count;
267 int ngroups = sb->u.ext2_sb.s_groups_count;
448 for (i = 0; i < sb->u.ext2_sb.s_groups_count; i++) {
482 for (i = 0; i < sb->u.ext2_sb.s_groups_count; i++) {
H A Dsuper.c321 sb->u.ext2_sb.s_groups_count,
343 for (i = 0; i < sb->u.ext2_sb.s_groups_count; i++)
597 sb->u.ext2_sb.s_groups_count = (le32_to_cpu(es->s_blocks_count) -
601 db_count = (sb->u.ext2_sb.s_groups_count + EXT2_DESC_PER_BLOCK(sb) - 1) /
782 for (i = 0; i < EXT2_SB(sb)->s_groups_count; i++)
790 overhead += (sb->u.ext2_sb.s_groups_count *
H A Dinode.c900 if (block_group >= inode->i_sb->u.ext2_sb.s_groups_count) {
1043 if (block_group >= inode->i_sb->u.ext2_sb.s_groups_count) {

Completed in 114 milliseconds