Searched refs:NCP_NUMBER_OF_VOLUMES (Results 1 – 5 of 5) sorted by relevance
46 __u8 name_space[NCP_NUMBER_OF_VOLUMES + 2];
418 vnum = NCP_NUMBER_OF_VOLUMES; in __ncp_ioctl()422 } else if (sr.volNumber >= NCP_NUMBER_OF_VOLUMES) { in __ncp_ioctl()
702 finfo.volume = NCP_NUMBER_OF_VOLUMES; in ncp_fill_super()
700 for (i = 0; i < NCP_NUMBER_OF_VOLUMES; i++) { in ncp_read_volume_list()
48 #define NCP_NUMBER_OF_VOLUMES (256) macro