Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/
Dxattr.c61 struct buffer_head *bu_bhs[OCFS2_XATTR_MAX_BLOCKS_PER_BUCKET]; member
316 #define bucket_blkno(_b) ((_b)->bu_bhs[0]->b_blocknr)
317 #define bucket_block(_b, _n) ((_b)->bu_bhs[(_n)]->b_data)
341 brelse(bucket->bu_bhs[i]); in ocfs2_xattr_bucket_relse()
342 bucket->bu_bhs[i] = NULL; in ocfs2_xattr_bucket_relse()
367 bucket->bu_bhs[i] = sb_getblk(bucket->bu_inode->i_sb, in ocfs2_init_xattr_bucket()
369 if (!bucket->bu_bhs[i]) { in ocfs2_init_xattr_bucket()
376 bucket->bu_bhs[i])) { in ocfs2_init_xattr_bucket()
379 bucket->bu_bhs[i]); in ocfs2_init_xattr_bucket()
381 set_buffer_uptodate(bucket->bu_bhs[i]); in ocfs2_init_xattr_bucket()
[all …]