pub fn validate_path_component(name: &CStr) -> Result<()>
Expand description

Validate a path component. A well behaved FUSE client should never send dot, dotdot and path components containing slash (‘/’). The only exception is that LOOKUP might contain dot and dotdot to support NFS export.