We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StatxFlags:
StatxFlags
STATX_MNT_ID_UNIQUE
STATX_SUBVOL
STATX_WRITE_ATOMIC
STATX_DIO_READ_ALIGN
STATX_ALL
Statx:
Statx
stx_subvol
stx_atomic_write_unit_min
stx_atomic_write_unit_max
stx_atomic_write_segments_max
StatxAttributes:
StatxAttributes
STATX_ATTR_COMPRESSED
STATX_ATTR_IMMUTABLE
STATX_ATTR_APPEND
STATX_ATTR_NODUMP
STATX_ATTR_ENCRYPTED
STATX_ATTR_AUTOMOUNT
statx(2)
STATX_ATTR_MOUNT_ROOT
STATX_ATTR_VERITY
STATX_ATTR_DAX
STATX_ATTR_WRITE_ATOMIC
The text was updated successfully, but these errors were encountered:
No branches or pull requests
StatxFlags
:STATX_MNT_ID_UNIQUE
(Linux 6.8)STATX_SUBVOL
(Linux 6.10)STATX_WRITE_ATOMIC
(Linux 6.11)STATX_DIO_READ_ALIGN
(Linux 6.14)STATX_ALL
: "It is deprecated and should not be used."Statx
:stx_subvol
(Linux 6.10)stx_atomic_write_unit_min
andstx_atomic_write_unit_max
(Linux 6.11)stx_atomic_write_segments_max
StatxAttributes
:STATX_ATTR_COMPRESSED
STATX_ATTR_IMMUTABLE
STATX_ATTR_APPEND
STATX_ATTR_NODUMP
STATX_ATTR_ENCRYPTED
STATX_ATTR_AUTOMOUNT
not listed instatx(2)
STATX_ATTR_MOUNT_ROOT
(Linux 5.8)STATX_ATTR_VERITY
(Linux 5.5)STATX_ATTR_DAX
(Linux 5.8)STATX_ATTR_WRITE_ATOMIC
(Linux 6.11)The text was updated successfully, but these errors were encountered: