pub const MAX_FILE_NAME_LEN: usize = 4096;
Maximum file name length in bytes.
Uses the same value as Linux for compatibility. Includes the NUL byte.