Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dxattr.h63 #define EXT4_XATTR_SIZE(size) \ macro
H A Dxattr.c276 EXT4_XATTR_SIZE(size) > end - value) { in check_xattrs()
1632 EXT4_XATTR_SIZE(le32_to_cpu(here->e_value_size)) : 0; in ext4_xattr_set_entry()
1633 new_size = (i->value && !in_inode) ? EXT4_XATTR_SIZE(i->value_len) : 0; in ext4_xattr_set_entry()
2440 (EXT4_XATTR_SIZE(i.value_len) > in ext4_xattr_set_handle()
2718 total_size += EXT4_XATTR_SIZE( in ext4_xattr_make_inode_space()
2740 total_size += EXT4_XATTR_SIZE( in ext4_xattr_make_inode_space()
H A Dinline.c54 return EXT4_XATTR_SIZE(min_offs - in get_max_inline_xattr_value_size()
86 free += EXT4_XATTR_SIZE(le32_to_cpu(entry->e_value_size)); in get_max_inline_xattr_value_size()
93 free = EXT4_XATTR_SIZE(free - EXT4_XATTR_ROUND); in get_max_inline_xattr_value_size()