Home
last modified time | relevance | path

Searched refs:ncp_fs_info (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/
Dncp_fs.h28 struct ncp_fs_info { struct
113 #define NCP_IOC_GET_FS_INFO _IOWR('n', 4, struct ncp_fs_info)
/linux-2.4.37.9/fs/ncpfs/
Dioctl.c100 struct ncp_fs_info info; in ncp_ioctl()
106 if (copy_from_user(&info, (struct ncp_fs_info *) arg, in ncp_ioctl()
121 if (copy_to_user((struct ncp_fs_info *) arg, &info, in ncp_ioctl()