Searched refs:BFIRST (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/ext4/ |
| H A D | xattr.h | 95 #define BFIRST(bh) ENTRY(BHDR(bh)+1) macro
|
| H A D | xattr.c | 307 return check_xattrs(inode, bh, BFIRST(bh), bh->b_data + bh->b_size, in __ext4_xattr_check_block() 601 entry = BFIRST(bh); in ext4_xattr_block_get() 770 error = ext4_xattr_list_entries(dentry, BFIRST(bh), buffer, in ext4_xattr_block_list() 892 for (entry = BFIRST(bh); !IS_LAST_ENTRY(entry); in ext4_get_inode_usage() 1012 struct ext4_xattr_entry *entry = BFIRST(block_bh); in __ext4_xattr_set_credits() 1312 BFIRST(bh), in ext4_xattr_release_block() 1884 bs->s.first = BFIRST(bs->bh); in ext4_xattr_block_find() 2816 bfree = ext4_xattr_free_space(BFIRST(bh), &min_offs, base, in ext4_expand_extra_isize_ea() 2977 for (entry = BFIRST(bh); !IS_LAST_ENTRY(entry); in ext4_xattr_delete_inode()
|