Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ocfs2/
Dxattr.c63 struct buffer_head *bu_bhs[OCFS2_XATTR_MAX_BLOCKS_PER_BUCKET]; member
318 #define bucket_blkno(_b) ((_b)->bu_bhs[0]->b_blocknr)
319 #define bucket_block(_b, _n) ((_b)->bu_bhs[(_n)]->b_data)
343 brelse(bucket->bu_bhs[i]); in ocfs2_xattr_bucket_relse()
344 bucket->bu_bhs[i] = NULL; in ocfs2_xattr_bucket_relse()
369 bucket->bu_bhs[i] = sb_getblk(bucket->bu_inode->i_sb, in ocfs2_init_xattr_bucket()
371 if (!bucket->bu_bhs[i]) { in ocfs2_init_xattr_bucket()
378 bucket->bu_bhs[i])) { in ocfs2_init_xattr_bucket()
381 bucket->bu_bhs[i]); in ocfs2_init_xattr_bucket()
383 set_buffer_uptodate(bucket->bu_bhs[i]); in ocfs2_init_xattr_bucket()
[all …]