Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dncp_fs_sb.h24 __u8 name_space[NCP_NUMBER_OF_VOLUMES + 2];
Dncp.h47 #define NCP_NUMBER_OF_VOLUMES (256) macro
/linux-2.4.37.9/fs/ncpfs/
Dioctl.c217 i.volNumber = NCP_NUMBER_OF_VOLUMES + 1; in ncp_ioctl()
220 } else if (sr.volNumber >= NCP_NUMBER_OF_VOLUMES) { in ncp_ioctl()
Dinode.c425 finfo.i.volNumber = NCP_NUMBER_OF_VOLUMES + 1; /* illegal volnum */ in ncp_read_super()
Ddir.c650 for (i = 0; i < NCP_NUMBER_OF_VOLUMES; i++) { in ncp_read_volume_list()