Searched refs:b_count (Results 26 - 33 of 33) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd2/
H A Djournal.c364 atomic_set(&new_bh->b_count, 1);
1798 (atomic_read(&bh->b_count) > 0) ||
1880 * decrement ->b_count.
1882 * We in fact take an additional increment on ->b_count as a convenience,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmpegvideo_enc.c1099 //static int b_count=0;
1100 //b_count+= b_frames;
1101 //av_log(s->avctx, AV_LOG_DEBUG, "b_frames: %d\n", b_count);
1224 avctx->p_count = s->mb_num - s->i_count - s->skip_count; //FIXME f/b_count in avctx
1751 d->b_count= s->b_count;
1780 d->b_count= s->b_count;
2012 s->b_count=0;
2632 MERGE(b_count);
[all...]
H A Dmpegvideo.h462 int b_count; member in struct:MpegEncContext
H A Dh263.c986 s->b_count++;
1003 s->b_count++;
1030 s->b_count++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dbitmap.c1312 BUG_ON(atomic_read(&bh->b_count) == 0);
H A Djournal.c1517 if (atomic_read(&(saved_bh->b_count)) < 0) {
1519 "journal-945: saved_bh->b_count < 0");
3374 if (atomic_read(&(bh->b_count)) < 0) {
3376 "journal-1752: remove from trans, b_count < 0");
3694 (&(cn->bh->b_count)) < 0) {
3696 "journal-2138: cn->bh->b_count < 0");
3713 if (atomic_read(&(bh->b_count)) < 0) {
3715 "journal-2165: bh->b_count < 0");
H A Dfix_node.c995 /*(*pp_s_com_father = p_s_parent)->b_count++; */
1098 /*(p_s_curf = p_s_curcf = PATH_OFFSET_PBUFFER(p_s_path, n_path_offset - 1))->b_count += 2; */
1137 /*(p_s_curf = p_s_curcf = PATH_OFFSET_PBUFFER(p_s_path, n_path_offset - 1))->b_count += 2; */
2093 if (atomic_read(&(p_s_bh->b_count)) <= 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dtg3.c7567 u32 i, offset, len, val, b_offset, b_count; local
7581 b_count = 4 - b_offset;
7582 if (b_count > len) {
7584 b_count = len;
7590 memcpy(data, ((char*)&val) + b_offset, b_count);
7591 len -= b_count;
7592 offset += b_count;
7593 eeprom->len += b_count;
7612 b_count = len & 3;
7613 b_offset = offset + len - b_count;
[all...]

Completed in 149 milliseconds

12