Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dncp.h47 #define NCP_VOLNAME_LEN (16) macro
57 char volume_name[NCP_VOLNAME_LEN + 1];
Dncp_mount.h32 unsigned char mounted_vol[NCP_VOLNAME_LEN + 1];
/linux-4.1.27/fs/ncpfs/
Dncp_fs_sb.h32 unsigned char mounted_vol[NCP_VOLNAME_LEN + 1];
Dncplib_kernel.c227 if (len > NCP_VOLNAME_LEN) { in ncp_get_volume_info_with_number()
261 if (len > NCP_VOLNAME_LEN) { in ncp_get_directory_info()
Dinode.c508 NCP_VOLNAME_LEN+1); in ncp_fill_super()
/linux-4.1.27/fs/
Dcompat.c660 unsigned char mounted_vol[NCP_VOLNAME_LEN + 1];