Home
last modified time | relevance | path

Searched refs:EXT4_XATTR_SIZE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/ext4/
H A Dxattr.h63 #define EXT4_XATTR_SIZE(size) \ macro
H A Dxattr.c226 EXT4_XATTR_SIZE(size) > end - value) in ext4_xattr_check_entries()
1578 EXT4_XATTR_SIZE(le32_to_cpu(here->e_value_size)) : 0; in ext4_xattr_set_entry()
1579 new_size = (i->value && !in_inode) ? EXT4_XATTR_SIZE(i->value_len) : 0; in ext4_xattr_set_entry()
2384 (EXT4_XATTR_SIZE(i.value_len) > in ext4_xattr_set_handle()
2661 total_size += EXT4_XATTR_SIZE( in ext4_xattr_make_inode_space()
2683 total_size += EXT4_XATTR_SIZE( in ext4_xattr_make_inode_space()
H A Dinline.c52 return EXT4_XATTR_SIZE(min_offs - in get_max_inline_xattr_value_size()
84 free += EXT4_XATTR_SIZE(le32_to_cpu(entry->e_value_size)); in get_max_inline_xattr_value_size()
91 free = EXT4_XATTR_SIZE(free - EXT4_XATTR_ROUND); in get_max_inline_xattr_value_size()
/kernel/linux/linux-6.6/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()

Completed in 14 milliseconds