f2fs_xattr_handler_map  170 fs/f2fs/xattr.c static const struct xattr_handler *f2fs_xattr_handler_map[] = {
f2fs_xattr_handler_map  201 fs/f2fs/xattr.c 	if (index > 0 && index < ARRAY_SIZE(f2fs_xattr_handler_map))
f2fs_xattr_handler_map  202 fs/f2fs/xattr.c 		handler = f2fs_xattr_handler_map[index];