obh              1007 fs/gfs2/dir.c  	struct buffer_head *nbh, *obh, *dibh;
obh              1023 fs/gfs2/dir.c  	error = get_leaf(dip, leaf_no, &obh);
obh              1027 fs/gfs2/dir.c  	oleaf = (struct gfs2_leaf *)obh->b_data;
obh              1029 fs/gfs2/dir.c  		brelse(obh);
obh              1033 fs/gfs2/dir.c  	gfs2_trans_add_meta(dip->i_gl, obh);
obh              1037 fs/gfs2/dir.c  		brelse(obh);
obh              1084 fs/gfs2/dir.c  	dent = (struct gfs2_dirent *)(obh->b_data + sizeof(struct gfs2_leaf));
obh              1088 fs/gfs2/dir.c  		if (dirent_next(dip, obh, &next))
obh              1094 fs/gfs2/dir.c  			void *ptr = ((char *)dent - obh->b_data) + nbh->b_data;
obh              1108 fs/gfs2/dir.c  			dirent_del(dip, obh, prev, dent);
obh              1132 fs/gfs2/dir.c  	brelse(obh);
obh              1141 fs/gfs2/dir.c  	brelse(obh);
obh              1726 fs/gfs2/dir.c  	struct buffer_head *bh, *obh;
obh              1735 fs/gfs2/dir.c  	error = get_first_leaf(ip, index, &obh);
obh              1740 fs/gfs2/dir.c  		oleaf = (struct gfs2_leaf *)obh->b_data;
obh              1744 fs/gfs2/dir.c  		brelse(obh);
obh              1745 fs/gfs2/dir.c  		error = get_leaf(ip, bn, &obh);
obh              1750 fs/gfs2/dir.c  	gfs2_trans_add_meta(ip->i_gl, obh);
obh              1754 fs/gfs2/dir.c  		brelse(obh);
obh              1760 fs/gfs2/dir.c  	brelse(obh);
obh               355 fs/jbd2/recovery.c 	struct buffer_head *obh;
obh               364 fs/jbd2/recovery.c 		err = jread(&obh, journal, io_block);
obh               370 fs/jbd2/recovery.c 			*crc32_sum = crc32_be(*crc32_sum, (void *)obh->b_data,
obh               371 fs/jbd2/recovery.c 				     obh->b_size);
obh               373 fs/jbd2/recovery.c 		put_bh(obh);
obh               459 fs/jbd2/recovery.c 		struct buffer_head *	obh;
obh               568 fs/jbd2/recovery.c 				err = jread(&obh, journal, io_block);
obh               580 fs/jbd2/recovery.c 					J_ASSERT(obh != NULL);
obh               590 fs/jbd2/recovery.c 						brelse(obh);
obh               597 fs/jbd2/recovery.c 						journal, tag, obh->b_data,
obh               599 fs/jbd2/recovery.c 						brelse(obh);
obh               620 fs/jbd2/recovery.c 						brelse(obh);
obh               625 fs/jbd2/recovery.c 					memcpy(nbh->b_data, obh->b_data,
obh               639 fs/jbd2/recovery.c 					brelse(obh);
obh               159 fs/nilfs2/btnode.c 	struct buffer_head *obh, *nbh;
obh               167 fs/nilfs2/btnode.c 	obh = ctxt->bh;
obh               171 fs/nilfs2/btnode.c 		struct page *opage = obh->b_page;
obh               206 fs/nilfs2/btnode.c 	BUG_ON(nbh == obh);
obh               211 fs/nilfs2/btnode.c 	unlock_page(obh->b_page);
obh               222 fs/nilfs2/btnode.c 	struct buffer_head *obh = ctxt->bh, *nbh = ctxt->newbh;
obh               230 fs/nilfs2/btnode.c 		opage = obh->b_page;
obh               236 fs/nilfs2/btnode.c 		mark_buffer_dirty(obh);
obh               243 fs/nilfs2/btnode.c 		opage->index = obh->b_blocknr = newkey;
obh               246 fs/nilfs2/btnode.c 		nilfs_copy_buffer(nbh, obh);
obh               251 fs/nilfs2/btnode.c 		nilfs_btnode_delete(obh); /* will decrement bh->b_count */