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. setDefaultSubvolFd :: Fd -> ObjectId -> IO ()

    btrfs System.Linux.Btrfs

    No documentation available.

  2. 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.

  3. setFSLabelFd :: Fd -> FilePath -> IO ()

    btrfs System.Linux.Btrfs

    No documentation available.

  4. 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.

  5. setFileNoCOWFd :: Fd -> Bool -> IO ()

    btrfs System.Linux.Btrfs

    No documentation available.

  6. 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.

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

    btrfs System.Linux.Btrfs

    No documentation available.

  8. setDefaultSubvol :: RawFilePath -> SubvolId -> IO ()

    btrfs System.Linux.Btrfs.ByteString

    Set the default subvolume. Note: calls the BTRFS_IOC_DEFAULT_SUBVOL ioctl.

  9. setDefaultSubvolFd :: Fd -> ObjectId -> IO ()

    btrfs System.Linux.Btrfs.ByteString

    No documentation available.

  10. 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.

Page 765 of many | Previous | Next