Lines Matching defs:obh
1004 struct buffer_head *nbh, *obh, *dibh;
1020 error = get_leaf(dip, leaf_no, &obh);
1024 oleaf = (struct gfs2_leaf *)obh->b_data;
1026 brelse(obh);
1030 gfs2_trans_add_meta(dip->i_gl, obh);
1034 brelse(obh);
1081 dent = (struct gfs2_dirent *)(obh->b_data + sizeof(struct gfs2_leaf));
1085 if (dirent_next(dip, obh, &next))
1091 void *ptr = ((char *)dent - obh->b_data) + nbh->b_data;
1105 dirent_del(dip, obh, prev, dent);
1129 brelse(obh);
1138 brelse(obh);
1723 struct buffer_head *bh, *obh;
1732 error = get_first_leaf(ip, index, &obh);
1737 oleaf = (struct gfs2_leaf *)obh->b_data;
1741 brelse(obh);
1742 error = get_leaf(ip, bn, &obh);
1747 gfs2_trans_add_meta(ip->i_gl, obh);
1751 brelse(obh);
1757 brelse(obh);