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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Dfatent.c47 if (fatent->nr_bhs == 1) {
83 fatent->nr_bhs = 1;
90 fatent->nr_bhs = 2;
115 fatent->nr_bhs = 1;
174 if (fatent->nr_bhs == 2)
205 if (fatent->nr_bhs == 1) {
220 fatent->nr_bhs = 1;
320 if (!fatent->nr_bhs || bhs[0]->b_blocknr != blocknr)
325 if (fatent->nr_bhs == 2) {
327 fatent->nr_bhs
367 fat_mirror_bhs(struct super_block *sb, struct buffer_head **bhs, int nr_bhs) argument
436 fat_collect_bhs(struct buffer_head **bhs, int *nr_bhs, struct fat_entry *fatent) argument
461 int i, count, err, nr_bhs, idx_clus; local
550 int i, err, nr_bhs; local
[all...]
H A Dfat.h262 int nr_bhs; member in struct:fat_entry
269 fatent->nr_bhs = 0;
286 for (i = 0; i < fatent->nr_bhs; i++)
288 fatent->nr_bhs = 0;
340 extern int fat_sync_bhs(struct buffer_head **bhs, int nr_bhs);
H A Dmisc.c248 int fat_sync_bhs(struct buffer_head **bhs, int nr_bhs) argument
252 for (i = 0; i < nr_bhs; i++)
255 for (i = 0; i < nr_bhs; i++) {
H A Ddir.c1033 struct buffer_head **bhs, int nr_bhs)
1054 if (n == nr_bhs) {
1233 int err, free_slots, i, nr_bhs; local
1239 free_slots = nr_bhs = 0;
1251 bhs[nr_bhs] = prev = bh;
1252 nr_bhs++;
1258 for (i = 0; i < nr_bhs; i++)
1261 free_slots = nr_bhs = 0;
1286 int long_bhs = nr_bhs - (nr_slots == 0);
1299 if (!err && i < nr_bhs) {
1032 fat_zeroed_cluster(struct inode *dir, sector_t blknr, int nr_used, struct buffer_head **bhs, int nr_bhs) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dcompress.c482 int block, max_block, cb_max_page, bhs_size, nr_bhs, err = 0; local
569 nr_bhs = 0;
616 if (unlikely(!(bhs[nr_bhs] = sb_getblk(sb, block))))
618 nr_bhs++;
627 for (i = 0; i < nr_bhs; i++) {
642 for (i = 0; i < nr_bhs; i++) {
684 for (i = 0; i < nr_bhs; i++) {
852 for (i = 0; i < nr_bhs; i++)
893 for (i = 0; i < nr_bhs; i++)
H A Daops.c912 int i, nr_locked_nis, nr_recs, nr_bhs, max_bhs, bhs_per_rec, err, err2; local
956 err = err2 = nr_bhs = nr_recs = nr_locked_nis = 0;
1074 while (bhs[--nr_bhs] != rec_start_bh)
1090 BUG_ON(nr_bhs >= max_bhs);
1091 bhs[nr_bhs++] = bh;
1096 if (!nr_bhs)
1103 for (i = 0; i < nr_bhs; i++) {
1173 for (i = 0; i < nr_bhs; i++) {
1192 for (i = 0; i < nr_bhs; i++) {
1216 for (i = 0; i < nr_bhs;
[all...]
H A Dmft.c470 int i_bhs, nr_bhs, err = 0; local
515 nr_bhs = 0;
571 BUG_ON(!nr_bhs && (m_start != block_start));
572 BUG_ON(nr_bhs >= max_bhs);
573 bhs[nr_bhs++] = bh;
574 BUG_ON((nr_bhs >= max_bhs) && (m_end != block_end));
580 for (i_bhs = 0; i_bhs < nr_bhs; i_bhs++) {
592 for (i_bhs = 0; i_bhs < nr_bhs; i_bhs++) {
607 for (i_bhs = 0; i_bhs < nr_bhs; i_bhs++)
674 int i_bhs, nr_bhs, er local
[all...]

Completed in 108 milliseconds