Searched refs:BFIRST (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/fs/ext4/ |
D | xattr.h | 92 #define BFIRST(bh) ENTRY(BHDR(bh)+1) macro
|
D | xattr.c | 303 return check_xattrs(inode, bh, BFIRST(bh), bh->b_data + bh->b_size, in __ext4_xattr_check_block() 600 entry = BFIRST(bh); in ext4_xattr_block_get() 772 error = ext4_xattr_list_entries(dentry, BFIRST(bh), buffer, in ext4_xattr_block_list() 905 for (entry = BFIRST(bh); !IS_LAST_ENTRY(entry); in ext4_get_inode_usage() 1025 struct ext4_xattr_entry *entry = BFIRST(block_bh); in __ext4_xattr_set_credits() 1310 BFIRST(bh), in ext4_xattr_release_block() 1882 bs->s.first = BFIRST(bs->bh); in ext4_xattr_block_find() 2821 bfree = ext4_xattr_free_space(BFIRST(bh), &min_offs, base, in ext4_expand_extra_isize_ea() 2982 for (entry = BFIRST(bh); !IS_LAST_ENTRY(entry); in ext4_xattr_delete_inode()
|