Home
last modified time | relevance | path

Searched refs:BFIRST (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ext4/
H A Dxattr.h93 #define BFIRST(bh) ENTRY(BHDR(bh)+1) macro
H A Dxattr.c250 error = ext4_xattr_check_entries(BFIRST(bh), bh->b_data + bh->b_size, in __ext4_xattr_check_block()
550 entry = BFIRST(bh); in ext4_xattr_block_get()
723 error = ext4_xattr_list_entries(dentry, BFIRST(bh), buffer, in ext4_xattr_block_list()
855 for (entry = BFIRST(bh); !IS_LAST_ENTRY(entry); in ext4_get_inode_usage()
975 struct ext4_xattr_entry *entry = BFIRST(block_bh); in __ext4_xattr_set_credits()
1258 BFIRST(bh), in ext4_xattr_release_block()
1852 bs->s.first = BFIRST(bs->bh); in ext4_xattr_block_find()
2761 bfree = ext4_xattr_free_space(BFIRST(bh), &min_offs, base, in ext4_expand_extra_isize_ea()
2923 for (entry = BFIRST(bh); !IS_LAST_ENTRY(entry); in ext4_xattr_delete_inode()
/kernel/linux/linux-6.6/fs/ext4/
H A Dxattr.h93 #define BFIRST(bh) ENTRY(BHDR(bh)+1) macro
H A Dxattr.c303 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()
1906 bs->s.first = BFIRST(bs->bh); in ext4_xattr_block_find()
2818 bfree = ext4_xattr_free_space(BFIRST(bh), &min_offs, base, in ext4_expand_extra_isize_ea()
2981 for (entry = BFIRST(bh); !IS_LAST_ENTRY(entry); in ext4_xattr_delete_inode()

Completed in 10 milliseconds