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.
nodeThreadPoolQueue :: NodeThreadPoolStats -> Intbloodhound Database.Bloodhound.Common.Types No documentation available.
nodeThreadPoolQueueSize :: NodeThreadPoolInfo -> ThreadPoolSizebloodhound Database.Bloodhound.Common.Types No documentation available.
nodeThreadPoolRejected :: NodeThreadPoolStats -> Intbloodhound Database.Bloodhound.Common.Types No documentation available.
nodeThreadPoolThreads :: NodeThreadPoolStats -> Intbloodhound Database.Bloodhound.Common.Types No documentation available.
nodeThreadPoolType :: NodeThreadPoolInfo -> ThreadPoolTypebloodhound Database.Bloodhound.Common.Types No documentation available.
getSubvolReadOnly :: FilePath -> IO Boolbtrfs System.Linux.Btrfs Is the subvolume read-only? Note: calls the BTRFS_IOC_SUBVOL_GETFLAGS ioctl.
getSubvolReadOnlyFd :: Fd -> IO Boolbtrfs System.Linux.Btrfs No documentation available.
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.
setSubvolReadOnlyFd :: Fd -> Bool -> IO ()btrfs System.Linux.Btrfs No documentation available.
siReadOnly :: SubvolInfo -> Boolbtrfs System.Linux.Btrfs Is this a read-only subvolume?