# File lib/fuse/rfusefs-fuse.rb, line 446
      def listxattr(ctx,path)
        return wrap_context(ctx,__method__,path) if ctx
        @root.xattr(path).keys
      end