Home
last modified time | relevance | path

Searched refs:xattr_handler_map (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/erofs/
H A Dxattr.h26 static const struct xattr_handler *xattr_handler_map[] = { in erofs_xattr_prefix() local
38 if (idx && idx < ARRAY_SIZE(xattr_handler_map)) in erofs_xattr_prefix()
39 handler = xattr_handler_map[idx]; in erofs_xattr_prefix()