pub const MAX_NAME_LEN: usize = 255;
The maximum length an individual path component can have. Linux allows 255 bytes of actual name, so we pick that.