amalthea v1.7.1 (2024-06-17T18:53:52Z)
Dub
Repo
statx_t
amalthea
fs
A low-level structure to filling with the 'statx' system call.
extern (
C
)
struct
statx_t {
uint
stx_mask
;
uint
stx_blksize
;
ulong
stx_attributes
;
uint
stx_nlink
;
uint
stx_uid
;
uint
stx_gid
;
ushort
stx_mode
;
ushort
[
1
]
__spare0
;
ulong
stx_ino
;
ulong
stx_size
;
ulong
stx_blocks
;
ulong
stx_attributes_mask
;
timestamp_t
stx_atime
;
timestamp_t
stx_btime
;
timestamp_t
stx_ctime
;
timestamp_t
stx_mtime
;
uint
stx_rdev_major
;
uint
stx_rdev_minor
;
uint
stx_dev_major
;
uint
stx_dev_minor
;
ulong
stx_mnt_id
;
ulong
__spare2
;
ulong
[
12
]
__spare3
;
}
Members
Variables
__spare0
ushort
[
1
]
__spare0
;
Undocumented in source.
__spare2
ulong
__spare2
;
Undocumented in source.
__spare3
ulong
[
12
]
__spare3
;
Undocumented in source.
stx_atime
timestamp_t
stx_atime
;
Undocumented in source.
stx_attributes
ulong
stx_attributes
;
Undocumented in source.
stx_attributes_mask
ulong
stx_attributes_mask
;
Undocumented in source.
stx_blksize
uint
stx_blksize
;
Undocumented in source.
stx_blocks
ulong
stx_blocks
;
Undocumented in source.
stx_btime
timestamp_t
stx_btime
;
Undocumented in source.
stx_ctime
timestamp_t
stx_ctime
;
Undocumented in source.
stx_dev_major
uint
stx_dev_major
;
Undocumented in source.
stx_dev_minor
uint
stx_dev_minor
;
Undocumented in source.
stx_gid
uint
stx_gid
;
Undocumented in source.
stx_ino
ulong
stx_ino
;
Undocumented in source.
stx_mask
uint
stx_mask
;
Undocumented in source.
stx_mnt_id
ulong
stx_mnt_id
;
Undocumented in source.
stx_mode
ushort
stx_mode
;
Undocumented in source.
stx_mtime
timestamp_t
stx_mtime
;
Undocumented in source.
stx_nlink
uint
stx_nlink
;
Undocumented in source.
stx_rdev_major
uint
stx_rdev_major
;
Undocumented in source.
stx_rdev_minor
uint
stx_rdev_minor
;
Undocumented in source.
stx_size
ulong
stx_size
;
Undocumented in source.
stx_uid
uint
stx_uid
;
Undocumented in source.
Meta
Source
See Implementation
amalthea
fs
aliases
cd
mv
pwd
rm
classes
DesktopEntry
xattr
enums
FileAdvice
FileType
functions
applyFileAdvise
cp
exists
getAbsolutePath
getDirectories
getFileTypeFromFileMask
getFileTypeFromFileMode
getFiles
getRegularFiles
getStat
getStatX
getSymlinks
hardlink
isBlockDevice
isBrokenSymlink
isCharDevice
isDir
isEmptyDir
isPipe
isRegularFile
isSocket
isSymlink
isSymlinkToDir
makeUnixFileModeLine
readLinkRecurse
safeMkdir
statx
truncate
manifest constants
STATX_ATIME
STATX_BASIC_STATS
STATX_BLOCKS
STATX_BTIME
STATX_CTIME
STATX_DEFAULT
STATX_GID
STATX_INO
STATX_MNT_ID
STATX_MODE
STATX_MTIME
STATX_NLINK
STATX_SIZE
STATX_TYPE
STATX_UID
structs
DirReader
FileEntry
FileStat
statx_t
variables
eloopLimit
A low-level structure to filling with the 'statx' system call.