Searched refs:xattr_bh (Results 1 – 1 of 1) sorted by relevance
133 struct buffer_head *xattr_bh; member1242 xb = (struct ocfs2_xattr_block *)xs->xattr_bh->b_data; in ocfs2_xattr_block_get()1283 brelse(xs->xattr_bh); in ocfs2_xattr_block_get()1284 xs->xattr_bh = NULL; in ocfs2_xattr_block_get()2702 xs->xattr_bh = xs->inode_bh; in ocfs2_xattr_ibody_find()2841 xs->xattr_bh = blk_bh; in ocfs2_xattr_block_find()2857 xs->xattr_bh = NULL; in ocfs2_xattr_block_find()2970 if (!xs->xattr_bh) { in ocfs2_xattr_block_set()2978 xs->xattr_bh = new_bh; in ocfs2_xattr_block_set()2979 xblk = (struct ocfs2_xattr_block *)xs->xattr_bh->b_data; in ocfs2_xattr_block_set()[all …]