Home
last modified time | relevance | path

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

/linux-6.15/fs/ext4/
H A Dxattr.h62 #define EXT4_XATTR_SIZE(size) \ macro
H A Dxattr.c276 EXT4_XATTR_SIZE(size) > end - value) { in check_xattrs()
1633 EXT4_XATTR_SIZE(le32_to_cpu(here->e_value_size)) : 0; in ext4_xattr_set_entry()
1634 new_size = (i->value && !in_inode) ? EXT4_XATTR_SIZE(i->value_len) : 0; in ext4_xattr_set_entry()
2431 (EXT4_XATTR_SIZE(i.value_len) > in ext4_xattr_set_handle()
2710 total_size += EXT4_XATTR_SIZE( in ext4_xattr_make_inode_space()
2732 total_size += EXT4_XATTR_SIZE( in ext4_xattr_make_inode_space()
H A Dinline.c59 return EXT4_XATTR_SIZE(min_offs - in get_max_inline_xattr_value_size()
91 free += EXT4_XATTR_SIZE(le32_to_cpu(entry->e_value_size)); in get_max_inline_xattr_value_size()
98 free = EXT4_XATTR_SIZE(free - EXT4_XATTR_ROUND); in get_max_inline_xattr_value_size()