# File lib/fusefs/pathmapper.rb, line 384 def raw_sync(path,datasync,file=nil) file = @openfiles[path] unless file if datasync file.fdatasync else file.sync end end