Searched refs:sb_count (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/sysv/
H A Dballoc.c158 int sb_count; local
174 sb_count = fs32_to_cpu(sb, *sb->sv_free_blocks);
207 if (count != sb_count)
225 count = sb_count;
229 "correcting to %d\n", sb_count, count);
H A Dialloc.c184 int ino, count, sb_count; local
188 sb_count = fs16_to_cpu(sb, *sb->sv_sb_total_free_inodes);
211 if (count != sb_count)
220 sb_count, count);
230 count = sb_count;

Completed in 89 milliseconds