Home
last modified time | relevance | path

Searched refs:port_digit (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ntfs3/
H A Dfsntfs.c2608 int port_digit; in is_reserved_name() local
2625 port_digit = le16_to_cpu(name[3]); in is_reserved_name()
2626 if (port_digit >= '1' && port_digit <= '9') in is_reserved_name()