Searched refs:ea_name (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ntfs/ |
| H A D | ea.c | 70 p_ea_size - offsetof(struct ea_attr, ea_name)) in ntfs_ea_lookup() 73 actual_size = ALIGN(struct_size(p_ea, ea_name, 1 + p_ea->ea_name_length + in ntfs_ea_lookup() 79 !memcmp(p_ea->ea_name, name, name_len)) { in ntfs_ea_lookup() 157 memcpy(buffer, &p_ea->ea_name[p_ea->ea_name_length + 1], in ntfs_get_ea() 199 size_t new_ea_size = ALIGN(struct_size(p_ea, ea_name, 1 + name_len + val_size), 4); in ntfs_set_ea() 257 !memcmp(p_ea->ea_name + p_ea->ea_name_length + 1, value, in ntfs_set_ea() 304 memcpy(p_ea->ea_name, name, name_len); in ntfs_set_ea() 306 p_ea->ea_name[name_len] = 0; in ntfs_set_ea() 307 memcpy(p_ea->ea_name + name_len + 1, value, val_size); in ntfs_set_ea() 500 ea_size - offsetof(struct ea_attr, ea_name)) { in ntfs_listxattr() [all …]
|
| H A D | attrib.c | 603 return offsetof(struct ea_attr, ea_name) + 1; in ntfs_resident_attr_min_value_length()
|
| /linux/fs/smb/client/ |
| H A D | smb2ops.c | 1049 const unsigned char *ea_name) in move_smb2_ea_to_cifs() argument 1052 unsigned int ea_name_len = ea_name ? strlen(ea_name) : 0; in move_smb2_ea_to_cifs() 1074 if (ea_name) { in move_smb2_ea_to_cifs() 1076 memcmp(ea_name, name, name_len) == 0) { in move_smb2_ea_to_cifs() 1124 if (ea_name) in move_smb2_ea_to_cifs() 1133 const unsigned char *path, const unsigned char *ea_name, in smb2_query_eas() argument 1157 if (!ea_name && rc == -ENODATA) in smb2_query_eas() 1173 le32_to_cpu(rsp->OutputBufferLength), ea_name); in smb2_query_eas() 1182 const char *path, const char *ea_name, const void *ea_value, in smb2_set_ea() argument 1192 int ea_name_len = strlen(ea_name); in smb2_set_ea() [all …]
|