Lines Matching refs:xattr_bh
116 * xattr_bh point to the block buffer head which has extended attribute
117 * when extended attribute in inode, xattr_bh is equal to inode_bh.
119 struct buffer_head *xattr_bh;
1228 xb = (struct ocfs2_xattr_block *)xs->xattr_bh->b_data;
1269 brelse(xs->xattr_bh);
1270 xs->xattr_bh = NULL;
2688 xs->xattr_bh = xs->inode_bh;
2827 xs->xattr_bh = blk_bh;
2843 xs->xattr_bh = NULL;
2956 if (!xs->xattr_bh) {
2964 xs->xattr_bh = new_bh;
2965 xblk = (struct ocfs2_xattr_block *)xs->xattr_bh->b_data;
2971 xblk = (struct ocfs2_xattr_block *)xs->xattr_bh->b_data;
2974 ocfs2_init_xattr_block_xa_loc(&loc, inode, xs->xattr_bh,
3079 xb = (struct ocfs2_xattr_block *)xbs->xattr_bh->b_data;
3176 if (!xbs->xattr_bh) {
3187 xb = (struct ocfs2_xattr_block *)xbs->xattr_bh->b_data;
3346 if (di->i_xattr_loc && !xbs->xattr_bh) {
3508 brelse(xbs.xattr_bh);
3668 brelse(xbs.xattr_bh);
4242 * When the entry is in xattr block, xattr_bh indicates the storage place.
4275 struct buffer_head *xb_bh = xs->xattr_bh;
5615 xs->xattr_bh,
5631 ret = ocfs2_xattr_index_block_find(inode, xs->xattr_bh,
5785 xb = (struct ocfs2_xattr_block *)xbs->xattr_bh->b_data;
5815 vb.vb_bh = xbs->xattr_bh;