Searched refs:xattr_handler_map (Results 1 – 1 of 1) sorted by relevance
23 static const struct xattr_handler * const xattr_handler_map[] = { in erofs_xattr_prefix() local 35 if (idx && idx < ARRAY_SIZE(xattr_handler_map)) in erofs_xattr_prefix() 36 handler = xattr_handler_map[idx]; in erofs_xattr_prefix()