Constant FT_UNKNOWN
pub const FT_UNKNOWN: u8 = 0; // 0u8
Available on crate feature
dep_nc
only.Expand description
fs on-disk file types.
Only the low 3 bits are used for the POSIX file types. Other bits are reserved for fs private use. These definitions are shared and used by multiple filesystems, and MUST NOT change under any circumstances.
Note that no fs currently stores the whiteout type on-disk,
so whiteout dirents are exposed to user as DT_CHR
.