Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/ncpfs/
Dioctl.c542 NCP_CLR_FLAG(server, NCP_FLAG_UTF8); in ncp_ioctl()
546 NCP_SET_FLAG(server, NCP_FLAG_UTF8); in ncp_ioctl()
553 NCP_CLR_FLAG(server, NCP_FLAG_UTF8); in ncp_ioctl()
585 if (NCP_IS_FLAG(server, NCP_FLAG_UTF8)) in ncp_ioctl()
Dncplib_kernel.c920 if (NCP_IS_FLAG(server, NCP_FLAG_UTF8)) { in ncp__io2vol()
1020 if (NCP_IS_FLAG(server, NCP_FLAG_UTF8)) { in ncp__vol2io()
/linux-2.4.37.9/include/linux/
Dncp_fs_sb.h86 #define NCP_FLAG_UTF8 1 macro