Searched refs:BFIRST (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/fs/ext4/ |
| H A D | xattr.h | 95 #define BFIRST(bh) ENTRY(BHDR(bh)+1) macro
|
| H A D | xattr.c | 303 return check_xattrs(inode, bh, BFIRST(bh), bh->b_data + bh->b_size, in __ext4_xattr_check_block() 597 entry = BFIRST(bh); in ext4_xattr_block_get() 766 error = ext4_xattr_list_entries(dentry, BFIRST(bh), buffer, in ext4_xattr_block_list() 888 for (entry = BFIRST(bh); !IS_LAST_ENTRY(entry); in ext4_get_inode_usage() 1008 struct ext4_xattr_entry *entry = BFIRST(block_bh); in __ext4_xattr_set_credits() 1302 BFIRST(bh), in ext4_xattr_release_block() 1874 bs->s.first = BFIRST(bs->bh); in ext4_xattr_block_find() 2806 bfree = ext4_xattr_free_space(BFIRST(bh), &min_offs, base, in ext4_expand_extra_isize_ea() 2967 for (entry = BFIRST(bh); !IS_LAST_ENTRY(entry); in ext4_xattr_delete_inode()
|