Searched refs:find_ea (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/fs/ntfs3/ |
D | xattr.c | 44 static inline bool find_ea(const struct EA_FULL *ea_all, u32 bytes, in find_ea() function 230 if (!find_ea(ea_all, le32_to_cpu(info->size), name, name_len, &off)) { in ntfs_get_ea() 307 if (info && find_ea(ea_all, size, name, name_len, &off)) { in ntfs_set_ea()
|