Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/
Dxattr.c123 struct buffer_head *xattr_bh; member
1232 xb = (struct ocfs2_xattr_block *)xs->xattr_bh->b_data; in ocfs2_xattr_block_get()
1273 brelse(xs->xattr_bh); in ocfs2_xattr_block_get()
1274 xs->xattr_bh = NULL; in ocfs2_xattr_block_get()
2692 xs->xattr_bh = xs->inode_bh; in ocfs2_xattr_ibody_find()
2831 xs->xattr_bh = blk_bh; in ocfs2_xattr_block_find()
2847 xs->xattr_bh = NULL; in ocfs2_xattr_block_find()
2960 if (!xs->xattr_bh) { in ocfs2_xattr_block_set()
2968 xs->xattr_bh = new_bh; in ocfs2_xattr_block_set()
2969 xblk = (struct ocfs2_xattr_block *)xs->xattr_bh->b_data; in ocfs2_xattr_block_set()
[all …]