Constant nc::types::FT_UNKNOWN

source ·
pub const FT_UNKNOWN: mode_t = 0;
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.