Lines Matching refs:xattr_bh
122 * xattr_bh point to the block buffer head which has extended attribute
123 * when extended attribute in inode, xattr_bh is equal to inode_bh.
125 struct buffer_head *xattr_bh;
1234 xb = (struct ocfs2_xattr_block *)xs->xattr_bh->b_data;
1275 brelse(xs->xattr_bh);
1276 xs->xattr_bh = NULL;
2694 xs->xattr_bh = xs->inode_bh;
2833 xs->xattr_bh = blk_bh;
2849 xs->xattr_bh = NULL;
2962 if (!xs->xattr_bh) {
2970 xs->xattr_bh = new_bh;
2971 xblk = (struct ocfs2_xattr_block *)xs->xattr_bh->b_data;
2977 xblk = (struct ocfs2_xattr_block *)xs->xattr_bh->b_data;
2980 ocfs2_init_xattr_block_xa_loc(&loc, inode, xs->xattr_bh,
3085 xb = (struct ocfs2_xattr_block *)xbs->xattr_bh->b_data;
3182 if (!xbs->xattr_bh) {
3193 xb = (struct ocfs2_xattr_block *)xbs->xattr_bh->b_data;
3352 if (di->i_xattr_loc && !xbs->xattr_bh) {
3514 brelse(xbs.xattr_bh);
3674 brelse(xbs.xattr_bh);
4248 * When the entry is in xattr block, xattr_bh indicates the storage place.
4281 struct buffer_head *xb_bh = xs->xattr_bh;
5621 xs->xattr_bh,
5637 ret = ocfs2_xattr_index_block_find(inode, xs->xattr_bh,
5791 xb = (struct ocfs2_xattr_block *)xbs->xattr_bh->b_data;
5821 vb.vb_bh = xbs->xattr_bh;