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

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

Completed in 133 milliseconds