Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/erofs/
H A Dxattr.h49 static const struct xattr_handler *xattr_handler_map[] = { in erofs_xattr_handler() local
63 return idx && idx < ARRAY_SIZE(xattr_handler_map) ? in erofs_xattr_handler()
64 xattr_handler_map[idx] : NULL; in erofs_xattr_handler()
/kernel/linux/linux-6.6/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()

Completed in 1 milliseconds