Lines Matching refs:handlers
47 #define for_each_xattr_handler(handlers, handler) \ argument
48 if (handlers) \
49 for ((handler) = *(handlers)++; \
51 (handler) = *(handlers)++)
59 const struct xattr_handler **handlers = inode->i_sb->s_xattr; in xattr_resolve_name() local
67 for_each_xattr_handler(handlers, handler) { in xattr_resolve_name()
165 const struct xattr_handler **handlers = inode->i_sb->s_xattr; in xattr_supported_namespace() local
177 for_each_xattr_handler(handlers, handler) { in xattr_supported_namespace()
959 const struct xattr_handler *handler, **handlers = dentry->d_sb->s_xattr; in generic_listxattr() local
963 for_each_xattr_handler(handlers, handler) { in generic_listxattr()
973 for_each_xattr_handler(handlers, handler) { in generic_listxattr()