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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/minix/
H A Dbitmap.c85 int bits_per_zone = 8 * inode->i_sb->s_blocksize; local
93 j = minix_find_first_zero_bit(bh->b_data, bits_per_zone);
94 if (j < bits_per_zone) {
98 j += i * bits_per_zone + sbi->s_firstdatazone-1;
228 int bits_per_zone = 8 * sb->s_blocksize; local
236 j = bits_per_zone;
242 j = minix_find_first_zero_bit(bh->b_data, bits_per_zone);
243 if (j < bits_per_zone)
246 if (!bh || j >= bits_per_zone) {
259 j += i * bits_per_zone;
[all...]

Completed in 173 milliseconds