Searched defs:obh (Results 1 - 4 of 4) sorted by relevance

/fs/nilfs2/
H A Dbtnode.c173 struct buffer_head *obh, *nbh; local
181 obh = ctxt->bh;
185 lock_page(obh->b_page);
194 /* BUG_ON(oldkey != obh->b_page->index); */
195 if (unlikely(oldkey != obh->b_page->index))
196 NILFS_PAGE_BUG(obh->b_page,
202 err = radix_tree_insert(&btnc->page_tree, newkey, obh->b_page);
220 unlock_page(obh->b_page);
227 BUG_ON(nbh == obh);
232 unlock_page(obh
243 struct buffer_head *obh = ctxt->bh, *nbh = ctxt->newbh; local
[all...]
/fs/jbd/
H A Drecovery.c356 struct buffer_head * obh; local
438 err = jread(&obh, journal, io_block);
450 J_ASSERT(obh != NULL);
459 brelse(obh);
475 brelse(obh);
480 memcpy(nbh->b_data, obh->b_data,
494 brelse(obh);
/fs/jbd2/
H A Drecovery.c359 struct buffer_head *obh; local
368 err = jread(&obh, journal, io_block);
374 *crc32_sum = crc32_be(*crc32_sum, (void *)obh->b_data,
375 obh->b_size);
377 put_bh(obh);
463 struct buffer_head * obh; local
570 err = jread(&obh, journal, io_block);
582 J_ASSERT(obh != NULL);
592 brelse(obh);
599 journal, tag, obh
[all...]
/fs/gfs2/
H A Ddir.c971 struct buffer_head *nbh, *obh, *dibh; local
987 error = get_leaf(dip, leaf_no, &obh);
991 oleaf = (struct gfs2_leaf *)obh->b_data;
993 brelse(obh);
997 gfs2_trans_add_meta(dip->i_gl, obh);
1001 brelse(obh);
1048 dent = (struct gfs2_dirent *)(obh->b_data + sizeof(struct gfs2_leaf));
1052 if (dirent_next(dip, obh, &next))
1071 dirent_del(dip, obh, prev, dent);
1097 brelse(obh);
1643 struct buffer_head *bh, *obh; local
[all...]

Completed in 115 milliseconds