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.
setDefaultSubvolFd :: Fd -> ObjectId -> IO ()btrfs System.Linux.Btrfs No documentation available.
setFSLabel :: FilePath -> FilePath -> IO ()btrfs System.Linux.Btrfs Set the label of a btrfs file system. Note that a label can be up to 255 bytes long. If the provided label is longer, it will be silently truncated. Note: calls the BTRFS_IOC_SET_FSLABEL ioctl.
setFSLabelFd :: Fd -> FilePath -> IO ()btrfs System.Linux.Btrfs No documentation available.
setFileNoCOW :: FilePath -> Bool -> IO ()btrfs System.Linux.Btrfs Set or clear the NOCOW flag for the specified file. If the file is not empty, this has no effect and no error will be reported. Note: calls the FS_IOC_GETFLAGS and FS_IOC_GETFLAGS ioctls.
setFileNoCOWFd :: Fd -> Bool -> IO ()btrfs 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.
setDefaultSubvol :: RawFilePath -> SubvolId -> IO ()btrfs System.Linux.Btrfs.ByteString Set the default subvolume. Note: calls the BTRFS_IOC_DEFAULT_SUBVOL ioctl.
setDefaultSubvolFd :: Fd -> ObjectId -> IO ()btrfs System.Linux.Btrfs.ByteString No documentation available.
setFSLabel :: RawFilePath -> RawFilePath -> IO ()btrfs System.Linux.Btrfs.ByteString Set the label of a btrfs file system. Note that a label can be up to 255 bytes long. If the provided label is longer, it will be silently truncated. Note: calls the BTRFS_IOC_SET_FSLABEL ioctl.