Lines Matching refs:obh
1002 struct buffer_head *nbh, *obh, *dibh;
1018 error = get_leaf(dip, leaf_no, &obh);
1022 oleaf = (struct gfs2_leaf *)obh->b_data;
1024 brelse(obh);
1028 gfs2_trans_add_meta(dip->i_gl, obh);
1032 brelse(obh);
1079 dent = (struct gfs2_dirent *)(obh->b_data + sizeof(struct gfs2_leaf));
1083 if (dirent_next(dip, obh, &next))
1089 void *ptr = ((char *)dent - obh->b_data) + nbh->b_data;
1103 dirent_del(dip, obh, prev, dent);
1127 brelse(obh);
1136 brelse(obh);
1726 struct buffer_head *bh, *obh;
1735 error = get_first_leaf(ip, index, &obh);
1740 oleaf = (struct gfs2_leaf *)obh->b_data;
1744 brelse(obh);
1745 error = get_leaf(ip, bn, &obh);
1750 gfs2_trans_add_meta(ip->i_gl, obh);
1754 brelse(obh);
1760 brelse(obh);