Home
last modified time | relevance | path

Searched refs:xattr_bh (Results 1 – 1 of 1) sorted by relevance

/linux/fs/ocfs2/
H A Dxattr.c123 struct buffer_head *xattr_bh; member
1474 xb = (struct ocfs2_xattr_block *)xs->xattr_bh->b_data; in ocfs2_xattr_block_get()
1515 brelse(xs->xattr_bh); in ocfs2_xattr_block_get()
1516 xs->xattr_bh = NULL; in ocfs2_xattr_block_get()
2934 xs->xattr_bh = xs->inode_bh; in ocfs2_xattr_ibody_find()
3075 xs->xattr_bh = blk_bh; in ocfs2_xattr_block_find()
3091 xs->xattr_bh = NULL; in ocfs2_xattr_block_find()
3204 if (!xs->xattr_bh) { in ocfs2_xattr_block_set()
3212 xs->xattr_bh = new_bh; in ocfs2_xattr_block_set()
3213 xblk = (struct ocfs2_xattr_block *)xs->xattr_bh->b_data; in ocfs2_xattr_block_set()
[all …]