Searched defs:ncp_mount_data_kernel (Results 1 – 1 of 1) sorted by relevance
70 struct ncp_mount_data_kernel { struct71 unsigned long flags; /* NCP_MOUNT_* flags */72 unsigned int int_flags; /* internal flags */74 __kernel_uid32_t mounted_uid; /* Who may umount() this filesystem? */75 __kernel_pid_t wdog_pid; /* Who cares for our watchdog packets? */76 unsigned int ncp_fd; /* The socket to the ncp port */77 unsigned int time_out; /* How long should I wait after79 unsigned int retry_count; /* And how often should I retry? */80 unsigned char mounted_vol[NCP_VOLNAME_LEN + 1];81 __kernel_uid32_t uid;[all …]