Home
last modified time | relevance | path

Searched refs:ncp_fd (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dncp_mount.h28 unsigned int ncp_fd; /* The socket to the ncp port */ member
55 unsigned int ncp_fd; /* The socket to the ncp port */ member
/linux-4.4.14/fs/ncpfs/
Dinode.c390 data->ncp_fd = ~0; in ncp_parse_options()
445 data->ncp_fd = optint; in ncp_parse_options()
499 data.ncp_fd = md->ncp_fd; in ncp_fill_super()
518 data.ncp_fd = md->ncp_fd; in ncp_fill_super()
541 sock = sockfd_lookup(data.ncp_fd, &error); in ncp_fill_super()
Dncp_fs_sb.h28 unsigned int ncp_fd; /* The socket to the ncp port */ member
/linux-4.4.14/fs/
Dcompat.c657 compat_uint_t ncp_fd; member
675 compat_uint_t ncp_fd; member
709 n->ncp_fd = c_n->ncp_fd; in do_ncp_super_data_conv()