Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dxattr.c122 * 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; member
1234 xb = (struct ocfs2_xattr_block *)xs->xattr_bh->b_data; in ocfs2_xattr_block_get()
1275 brelse(xs->xattr_bh); in ocfs2_xattr_block_get()
1276 xs->xattr_bh = NULL; in ocfs2_xattr_block_get()
2694 xs->xattr_bh = xs->inode_bh; in ocfs2_xattr_ibody_find()
2833 xs->xattr_bh = blk_bh; in ocfs2_xattr_block_find()
2849 xs->xattr_bh = NULL; in ocfs2_xattr_block_find()
2962 if (!xs->xattr_bh) { in ocfs2_xattr_block_set()
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dxattr.c116 * 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; member
1228 xb = (struct ocfs2_xattr_block *)xs->xattr_bh->b_data; in ocfs2_xattr_block_get()
1269 brelse(xs->xattr_bh); in ocfs2_xattr_block_get()
1270 xs->xattr_bh = NULL; in ocfs2_xattr_block_get()
2688 xs->xattr_bh = xs->inode_bh; in ocfs2_xattr_ibody_find()
2827 xs->xattr_bh = blk_bh; in ocfs2_xattr_block_find()
2843 xs->xattr_bh = NULL; in ocfs2_xattr_block_find()
2956 if (!xs->xattr_bh) { in ocfs2_xattr_block_set()
[all...]

Completed in 14 milliseconds