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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Daops.c353 struct buffer_head *tbh; local
357 tbh = arr[i];
358 lock_buffer(tbh);
359 tbh->b_end_io = ntfs_end_buffer_async_read;
360 set_buffer_async_read(tbh);
364 tbh = arr[i];
365 if (likely(!buffer_uptodate(tbh)))
366 submit_bh(READ, tbh);
368 ntfs_end_buffer_async_read(tbh, 1);
909 struct buffer_head *bh, *head, *tbh, *rec_start_b local
[all...]
H A Dcompress.c628 struct buffer_head *tbh = bhs[i]; local
630 if (!trylock_buffer(tbh))
632 if (unlikely(buffer_uptodate(tbh))) {
633 unlock_buffer(tbh);
636 get_bh(tbh);
637 tbh->b_end_io = end_buffer_read_sync;
638 submit_bh(READ, tbh);
643 struct buffer_head *tbh = bhs[i]; local
645 if (buffer_uptodate(tbh))
647 wait_on_buffer(tbh);
[all...]
H A Dmft.c581 struct buffer_head *tbh = bhs[i_bhs]; local
583 if (!trylock_buffer(tbh))
585 BUG_ON(!buffer_uptodate(tbh));
586 clear_buffer_dirty(tbh);
587 get_bh(tbh);
588 tbh->b_end_io = end_buffer_write_sync;
589 submit_bh(WRITE, tbh);
593 struct buffer_head *tbh = bhs[i_bhs]; local
595 wait_on_buffer(tbh);
596 if (unlikely(!buffer_uptodate(tbh))) {
774 struct buffer_head *tbh = bhs[i_bhs]; local
789 struct buffer_head *tbh = bhs[i_bhs]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dframe.cpp335 int tbw, tbh; local
336 m_frameToolBar->GetSize(& tbw, & tbh);
340 yy = (Dimension)(yy - tbh);
372 int tbw, tbh; local
373 m_frameToolBar->GetSize(& tbw, & tbh);
377 height += tbh;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dtty_buffer.c168 struct tty_buffer **tbh = &tty->buf.free; local
169 while ((*tbh) != NULL) {
170 struct tty_buffer *t = *tbh;
172 *tbh = t->next;
180 tbh = &((*tbh)->next);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Djournal.c1009 struct buffer_head *tbh = NULL; local
1085 tbh = journal_find_get_block(s, bn);
1086 if (tbh) {
1087 if (buffer_dirty(tbh)) {
1089 ll_rw_block(WRITE, 1, &tbh);
1092 put_bh(tbh) ;
1118 tbh = journal_find_get_block(s, bn);
1121 wait_on_buffer(tbh);
1127 if (buffer_dirty(tbh)) {
1129 sync_dirty_buffer(tbh);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dmlpdsp_armv5te.S342 T tbh [pc, a3, lsl #1]
383 T tbh [pc, a4, lsl #1]
608 T tbh [pc, v5, lsl #1]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dmballoc.c4481 struct buffer_head *tbh = bh; local
4488 tbh = sb_find_get_block(inode->i_sb,
4491 inode, tbh, block + i);

Completed in 103 milliseconds