Searched refs:b_count (Results 1 - 25 of 35) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/sh/
H A Dsh_dac_audio.c192 ssize_t b_count = frames_to_bytes(runtime , count); local
201 memcpy_toio(chip->data_buffer + b_pos, src, b_count);
202 chip->buffer_end = chip->data_buffer + b_pos + b_count;
219 ssize_t b_count = frames_to_bytes(runtime , count); local
228 memset_io(chip->data_buffer + b_pos, 0, b_count);
229 chip->buffer_end = chip->data_buffer + b_pos + b_count;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dbuffer_head.h75 atomic_t b_count; /* users using this buffer_head */ member in struct:buffer_head
253 atomic_inc(&bh->b_count);
259 atomic_dec(&bh->b_count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/lockd/
H A Dsvclock.c67 kref_get(&block->b_count);
123 kref_get(&block->b_count);
157 kref_get(&block->b_count);
193 kref_init(&block->b_count);
249 struct nlm_block *block = container_of(kref, struct nlm_block, b_count);
269 kref_put(&block->b_count, nlmsvc_free_block);
291 kref_get(&block->b_count);
735 kref_get(&block->b_count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dprints.c147 (unsigned long long)bh->b_blocknr, atomic_read(&(bh->b_count)),
645 (tbSh) ? atomic_read(&(tbSh->b_count)) : -1,
647 (tb->L[h]) ? atomic_read(&(tb->L[h]->b_count)) : -1,
649 (tb->R[h]) ? atomic_read(&(tb->R[h]->b_count)) : -1,
684 /* print FEB list (list of buffers in form (bh (b_blocknr, b_count), that will be used for new nodes) */
691 tb->FEB[i] ? atomic_read(&(tb->FEB[i]->b_count)) : 0,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dxattr.c173 ea_bdebug(bh, "b_count=%d, refcount=%d",
174 atomic_read(&(bh->b_count)), le32_to_cpu(HDR(bh)->h_refcount));
274 ea_bdebug(bh, "b_count=%d, refcount=%d",
275 atomic_read(&(bh->b_count)), le32_to_cpu(HDR(bh)->h_refcount));
408 ea_bdebug(bh, "b_count=%d, refcount=%d",
409 atomic_read(&(bh->b_count)),
780 ea_bdebug(bh, "b_count=%d", atomic_read(&(bh->b_count)));
945 ea_bdebug(bh, "b_count=%d",
946 atomic_read(&(bh->b_count)));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dcommit.c74 if (atomic_read(&bh->b_count) != 1)
584 /* Bump b_count to prevent truncate from stumbling over
587 atomic_inc(&hfsplus_jh2bh(jh)->b_count);
734 HFSPLUS_J_ASSERT_BH(bh, atomic_read(&bh->b_count) == 0);
H A Dcheckpoint.c149 atomic_inc(&bh->b_count);
H A Djbd_journal.c364 atomic_set(&new_bh->b_count, 1);
1701 * When a buffer has its BH_JBD bit set, its ->b_count is elevated by one.
1704 * core kernel code, mainly via ->b_count.
1755 (atomic_read(&bh->b_count) > 0) ||
1837 * decrement ->b_count.
1839 * We in fact take an additional increment on ->b_count as a convenience,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jbd/
H A Dcommit.c57 if (atomic_read(&bh->b_count) != 1)
611 /* Bump b_count to prevent truncate from stumbling over
614 atomic_inc(&jh2bh(jh)->b_count);
733 J_ASSERT_BH(bh, atomic_read(&bh->b_count) == 0);
H A Dcheckpoint.c224 atomic_inc(&bh->b_count);
286 atomic_inc(&bh->b_count);
H A Djournal.c305 atomic_set(&new_bh->b_count, 1);
1772 (atomic_read(&bh->b_count) > 0) ||
1854 * decrement ->b_count.
1856 * We in fact take an additional increment on ->b_count as a convenience,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/lockd/
H A Dlockd.h168 struct kref b_count; /* Reference count */ member in struct:nlm_block
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jbd2/
H A Dcheckpoint.c227 atomic_inc(&bh->b_count);
287 atomic_inc(&bh->b_count);
H A Dcommit.c64 if (atomic_read(&bh->b_count) != 1)
613 /* Bump b_count to prevent truncate from stumbling over
616 atomic_inc(&jh2bh(jh)->b_count);
782 J_ASSERT_BH(bh, atomic_read(&bh->b_count) == 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dxattr.c234 ea_bdebug(bh, "b_count=%d, refcount=%d",
235 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount));
378 ea_bdebug(bh, "b_count=%d, refcount=%d",
379 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount));
652 ea_bdebug(bs->bh, "b_count=%d, refcount=%d",
653 atomic_read(&(bs->bh->b_count)),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dpage.c235 i++, bh, atomic_read(&bh->b_count),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dxattr.c227 ea_bdebug(bh, "b_count=%d, refcount=%d",
228 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount));
371 ea_bdebug(bh, "b_count=%d, refcount=%d",
372 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount));
662 ea_bdebug(bs->bh, "b_count=%d, refcount=%d",
663 atomic_read(&(bs->bh->b_count)),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpeg4videoenc.c558 s->b_count++;
575 s->b_count++;
602 s->b_count++;
H A Dmpegvideo.h467 int b_count; member in struct:MpegEncContext
H A Dmpeg12enc.c601 s->b_count++;
640 s->b_count++;
H A Dmpegvideo_enc.c1331 //static int b_count = 0;
1332 //b_count += b_frames;
1333 //av_log(s->avctx, AV_LOG_DEBUG, "b_frames: %d\n", b_count);
1478 // FIXME f/b_count in avctx
2114 d->b_count= s->b_count;
2143 d->b_count= s->b_count;
2375 s->b_count=0;
2993 MERGE(b_count);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpeg4videoenc.c589 s->b_count++;
614 s->b_count++;
645 s->b_count++;
H A Dmpegvideo.h488 int b_count; member in struct:MpegEncContext
H A Dmpeg12enc.c922 s->b_count++;
969 s->b_count++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbuffer.c834 atomic_set(&bh->b_count, 0);
1113 if (atomic_read(&buf->b_count)) {
2937 WARN_ON(atomic_read(&bh->b_count) < 1);
2985 return atomic_read(&bh->b_count) |

Completed in 410 milliseconds

12