Searched refs:value_size (Results 1 – 4 of 4) sorted by relevance
/fs/cifs/ |
D | xattr.c | 97 const void *ea_value, size_t value_size, int flags) in cifs_setxattr() argument 130 if (value_size > MAX_EA_VALUE_SIZE) { in cifs_setxattr() 147 (__u16)value_size, cifs_sb->local_nls, in cifs_setxattr() 155 (__u16)value_size, cifs_sb->local_nls, in cifs_setxattr() 165 ea_value, (const int)value_size, in cifs_setxattr() 178 ea_value, (const int)value_size, in cifs_setxattr()
|
/fs/ocfs2/ |
D | xattr.c | 2185 u64 value_size; in ocfs2_xattr_can_be_in_inode() local 2209 value_size = OCFS2_XATTR_ROOT_SIZE; in ocfs2_xattr_can_be_in_inode() 2211 value_size = OCFS2_XATTR_SIZE(xi->value_len); in ocfs2_xattr_can_be_in_inode() 2214 OCFS2_XATTR_SIZE(strlen(xi->name)) + value_size) in ocfs2_xattr_can_be_in_inode() 2239 u64 value_size; in ocfs2_calc_xattr_set_need() local 2306 value_size = le64_to_cpu(xe->xe_value_size); in ocfs2_calc_xattr_set_need() 2334 value_size); in ocfs2_calc_xattr_set_need() 2337 value_size = OCFS2_XATTR_ROOT_SIZE; in ocfs2_calc_xattr_set_need() 2351 if (value_size >= OCFS2_XATTR_ROOT_SIZE) in ocfs2_calc_xattr_set_need() 2361 if ((ocfs2_xattr_is_local(xe) && value_size >= xi->value_len) || in ocfs2_calc_xattr_set_need() [all …]
|
/fs/ext3/ |
D | xattr.c | 180 size_t value_size = le32_to_cpu(entry->e_value_size); in ext3_xattr_check_entry() local 182 if (entry->e_value_block != 0 || value_size > size || in ext3_xattr_check_entry() 183 le16_to_cpu(entry->e_value_offs) + value_size > size) in ext3_xattr_check_entry()
|
/fs/ext4/ |
D | xattr.c | 173 size_t value_size = le32_to_cpu(entry->e_value_size); in ext4_xattr_check_entry() local 175 if (entry->e_value_block != 0 || value_size > size || in ext4_xattr_check_entry() 176 le16_to_cpu(entry->e_value_offs) + value_size > size) in ext4_xattr_check_entry()
|