Lines Matching defs:tmp
248 struct buffer_head *tmp;
272 tmp = bh;
274 if (!buffer_uptodate(tmp))
276 if (buffer_async_read(tmp)) {
277 BUG_ON(!buffer_locked(tmp));
280 tmp = tmp->b_this_page;
281 } while (tmp != bh);
346 struct buffer_head *tmp;
366 tmp = bh->b_this_page;
367 while (tmp != bh) {
368 if (buffer_async_write(tmp)) {
369 BUG_ON(!buffer_locked(tmp));
372 tmp = tmp->b_this_page;
701 struct list_head tmp;
706 INIT_LIST_HEAD(&tmp);
718 list_add(&bh->b_assoc_buffers, &tmp);
748 while (!list_empty(&tmp)) {
749 bh = BH_ENTRY(tmp.prev);
2989 struct buffer_head tmp = {
2993 get_block(inode, block, &tmp, 0);
2994 return tmp.b_blocknr;