Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. nodeThreadPoolQueue :: NodeThreadPoolStats -> Int

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  2. nodeThreadPoolQueueSize :: NodeThreadPoolInfo -> ThreadPoolSize

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  3. nodeThreadPoolRejected :: NodeThreadPoolStats -> Int

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  4. nodeThreadPoolThreads :: NodeThreadPoolStats -> Int

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  5. nodeThreadPoolType :: NodeThreadPoolInfo -> ThreadPoolType

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  6. getSubvolReadOnly :: FilePath -> IO Bool

    btrfs System.Linux.Btrfs

    Is the subvolume read-only? Note: calls the BTRFS_IOC_SUBVOL_GETFLAGS ioctl.

  7. getSubvolReadOnlyFd :: Fd -> IO Bool

    btrfs System.Linux.Btrfs

    No documentation available.

  8. setSubvolReadOnly :: FilePath -> Bool -> IO ()

    btrfs System.Linux.Btrfs

    Make a subvolume read-only (or read-write). Note: calls the BTRFS_IOC_SUBVOL_GETFLAGS and BTRFS_IOC_SUBVOL_SETFLAGS ioctls.

  9. setSubvolReadOnlyFd :: Fd -> Bool -> IO ()

    btrfs System.Linux.Btrfs

    No documentation available.

  10. siReadOnly :: SubvolInfo -> Bool

    btrfs System.Linux.Btrfs

    Is this a read-only subvolume?

Page 749 of many | Previous | Next