# File lib/fuse/rfusefs-fuse.rb, line 434
      def setxattr(ctx,path,name,value,flags)
        return wrap_context(ctx,__method__,path,name,value,flags) if ctx
        @root.xattr(path)[name]=value
      end