Lines Matching refs:handlers
44 #define for_each_xattr_handler(handlers, handler) \ argument
45 if (handlers) \
46 for ((handler) = *(handlers)++; \
48 (handler) = *(handlers)++)
56 const struct xattr_handler **handlers = inode->i_sb->s_xattr; in xattr_resolve_name() local
64 for_each_xattr_handler(handlers, handler) { in xattr_resolve_name()
143 const struct xattr_handler **handlers = inode->i_sb->s_xattr; in xattr_supported_namespace() local
155 for_each_xattr_handler(handlers, handler) { in xattr_supported_namespace()
849 const struct xattr_handler *handler, **handlers = dentry->d_sb->s_xattr; in generic_listxattr() local
853 for_each_xattr_handler(handlers, handler) { in generic_listxattr()
863 for_each_xattr_handler(handlers, handler) { in generic_listxattr()