Safe Haskell | None |
---|---|
Language | Haskell2010 |
HADFS
Contents
Documentation
data ObjectCategory #
Instances
Eq ObjectCategory # | |
Defined in HADFS Methods (==) :: ObjectCategory -> ObjectCategory -> Bool (/=) :: ObjectCategory -> ObjectCategory -> Bool | |
Show ObjectCategory # | |
Defined in HADFS Methods showsPrec :: Int -> ObjectCategory -> ShowS show :: ObjectCategory -> String showList :: [ObjectCategory] -> ShowS |
data AttrWriteMode #
adFSOps :: State -> FuseOperations HT #
exceptionHandler :: TVar FSError -> FilePath -> SomeException -> IO Errno #
getFileStat :: State -> FilePath -> IO (Either Errno FileStat) #
refreshHooks :: State -> ObjectCategory -> FilePath -> IO () #
createIfNotDeleted :: FilePath -> String -> IO () #
toObjCat :: Val -> ObjectCategory #
fromStatus :: FileStatus -> FileStat #
entryType :: FileStatus -> EntryType #
getFileSystemStats :: State -> String -> IO (Either Errno FileSystemStats) #
cleanCacheDir :: State -> FilePath -> IO Errno #
changeUserPassword :: State -> FilePath -> HT -> ByteString -> FileOffset -> IO (Either Errno ByteCount) #
writeAttrs :: State -> FilePath -> HT -> ByteString -> FileOffset -> AttrWriteMode -> IO (Either Errno ByteCount) #
searchHandler :: State -> FilePath -> HT -> ByteString -> FileOffset -> IO (Either Errno ByteCount) #