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

/linux-master/fs/f2fs/
H A Dxattr.c192 static const struct xattr_handler * const f2fs_xattr_handler_map[] = { variable
220 if (index > 0 && index < ARRAY_SIZE(f2fs_xattr_handler_map))
221 handler = f2fs_xattr_handler_map[index];

Completed in 175 milliseconds