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. deviceID :: FileStatus -> DeviceID

    unix System.Posix.Files

    ID of the device on which this file resides.

  2. deviceIDX :: ExtendedFileStatus -> DeviceID

    unix System.Posix.Files

    ID of the device on which this file resides.

  3. fileID :: FileStatus -> FileID

    unix System.Posix.Files

    inode number

  4. fileIDX :: ExtendedFileStatus -> FileID

    unix System.Posix.Files

    The inode number of the file.

  5. mountIDX :: ExtendedFileStatus -> Word64

    unix System.Posix.Files

    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.

  6. setGroupIDMode :: FileMode

    unix System.Posix.Files

    Set group ID on execution.

  7. setUserIDMode :: FileMode

    unix System.Posix.Files

    Set user ID on execution.

  8. specialDeviceID :: FileStatus -> DeviceID

    unix System.Posix.Files

    Describes the device that this file represents.

  9. specialDeviceIDX :: ExtendedFileStatus -> DeviceID

    unix System.Posix.Files

    Describes the device that this file represents.

  10. pattern StatxGid :: StatxMask

    unix System.Posix.Files.ByteString

    Want stx_gid.

Page 391 of many | Previous | Next