Lines Matching defs:handler
45 static int f2fs_xattr_generic_get(const struct xattr_handler *handler,
51 switch (handler->flags) {
62 return f2fs_getxattr(inode, handler->flags, name,
66 static int f2fs_xattr_generic_set(const struct xattr_handler *handler,
73 switch (handler->flags) {
84 return f2fs_setxattr(inode, handler->flags, name,
100 static int f2fs_xattr_advise_get(const struct xattr_handler *handler,
109 static int f2fs_xattr_advise_set(const struct xattr_handler *handler,
218 const struct xattr_handler *handler = NULL;
221 handler = f2fs_xattr_handler_map[index];
222 return handler;
577 const struct xattr_handler *handler =
592 if (!handler || (handler->list && !handler->list(dentry)))
595 prefix = xattr_prefix(handler);