Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext4/
Dxattr.h73 #define BFIRST(bh) ENTRY(BHDR(bh)+1) macro
Dxattr.c228 error = ext4_xattr_check_names(BFIRST(bh), bh->b_data + bh->b_size, in ext4_xattr_check_block()
304 entry = BFIRST(bh); in ext4_xattr_block_get()
452 error = ext4_xattr_list_entries(dentry, BFIRST(bh), buffer, buffer_size); in ext4_xattr_block_list()
759 bs->s.first = BFIRST(bs->bh); in ext4_xattr_block_find()
1321 first = BFIRST(bh); in ext4_expand_extra_isize_ea()
/linux-4.1.27/fs/ext3/
Dxattr.c61 #define BFIRST(bh) ENTRY(BHDR(bh)+1) macro
168 error = ext3_xattr_check_names(BFIRST(bh), bh->b_data + bh->b_size); in ext3_xattr_check_block()
239 entry = BFIRST(bh); in ext3_xattr_block_get()
383 error = ext3_xattr_list_entries(dentry, BFIRST(bh), buffer, buffer_size); in ext3_xattr_block_list()
658 bs->s.first = BFIRST(bs->bh); in ext3_xattr_block_find()