Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ocfs2/
Dxattr.c61 struct buffer_head *bu_bhs[OCFS2_XATTR_MAX_BLOCKS_PER_BUCKET]; member
312 #define bucket_blkno(_b) ((_b)->bu_bhs[0]->b_blocknr)
313 #define bucket_block(_b, _n) ((_b)->bu_bhs[(_n)]->b_data)
337 brelse(bucket->bu_bhs[i]); in ocfs2_xattr_bucket_relse()
338 bucket->bu_bhs[i] = NULL; in ocfs2_xattr_bucket_relse()
363 bucket->bu_bhs[i] = sb_getblk(bucket->bu_inode->i_sb, in ocfs2_init_xattr_bucket()
365 if (!bucket->bu_bhs[i]) { in ocfs2_init_xattr_bucket()
372 bucket->bu_bhs[i])) { in ocfs2_init_xattr_bucket()
375 bucket->bu_bhs[i]); in ocfs2_init_xattr_bucket()
377 set_buffer_uptodate(bucket->bu_bhs[i]); in ocfs2_init_xattr_bucket()
[all …]