Constant STATX_ATTR_COMPRESSED
pub const STATX_ATTR_COMPRESSED: i32 = 0x0000_0004; // 4i32
Available on crate feature
dep_nc
only.Expand description
Attributes to be found in stx_attributes
and masked in stx_attributes_mask
.
These give information about the features or the state of a file that might be of use to ordinary userspace programs such as GUIs or ls rather than specialised tools.
Note that the flags marked I
correspond to generic FS_IOC_FLAGS
semantically. Where possible, the numerical value is picked to correspond
also.
I
File is compressed by the fs