Searched refs:first_zero_hint (Results 1 - 3 of 3) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dbitmap.c276 if (info->first_zero_hint == 0) {
1264 info->first_zero_hint = 1 << (sb->s_blocksize_bits + 3);
1271 info->first_zero_hint = base;
1277 info->first_zero_hint = base + b;
1284 BUG_ON(info->first_zero_hint == 0);
1314 if (info->first_zero_hint == 0)
H A Dresize.c146 bitmap[i].first_zero_hint = 1;
176 if (!info->first_zero_hint)
177 info->first_zero_hint = block_r;
201 info->first_zero_hint = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs_sb.h268 __u16 first_zero_hint; member in struct:reiserfs_bitmap_info

Completed in 492 milliseconds