Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ncpfs/
Dncp_fs_sb.h46 __u8 name_space[NCP_NUMBER_OF_VOLUMES + 2];
Dioctl.c418 vnum = NCP_NUMBER_OF_VOLUMES; in __ncp_ioctl()
422 } else if (sr.volNumber >= NCP_NUMBER_OF_VOLUMES) { in __ncp_ioctl()
Dinode.c702 finfo.volume = NCP_NUMBER_OF_VOLUMES; in ncp_fill_super()
Ddir.c700 for (i = 0; i < NCP_NUMBER_OF_VOLUMES; i++) { in ncp_read_volume_list()
/linux-4.1.27/include/uapi/linux/
Dncp.h48 #define NCP_NUMBER_OF_VOLUMES (256) macro