Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. pattern StatxMntId :: StatxMask

    unix System.Posix.Files.ByteString

    Want stx_mnt_id.

  2. pattern StatxUid :: StatxMask

    unix System.Posix.Files.ByteString

    Want stx_uid.

  3. deviceID :: FileStatus -> DeviceID

    unix System.Posix.Files.ByteString

    ID of the device on which this file resides.

  4. deviceIDX :: ExtendedFileStatus -> DeviceID

    unix System.Posix.Files.ByteString

    ID of the device on which this file resides.

  5. fileID :: FileStatus -> FileID

    unix System.Posix.Files.ByteString

    inode number

  6. fileIDX :: ExtendedFileStatus -> FileID

    unix System.Posix.Files.ByteString

    The inode number of the file.

  7. mountIDX :: ExtendedFileStatus -> Word64

    unix System.Posix.Files.ByteString

    The mount ID of the mount containing the file. This is the same number reported by name_to_handle_at(2) and corresponds to the number in the first field in one of the records in procself/mountinfo.

  8. setGroupIDMode :: FileMode

    unix System.Posix.Files.ByteString

    Set group ID on execution.

  9. setUserIDMode :: FileMode

    unix System.Posix.Files.ByteString

    Set user ID on execution.

  10. specialDeviceID :: FileStatus -> DeviceID

    unix System.Posix.Files.ByteString

    Describes the device that this file represents.

Page 392 of many | Previous | Next