Lines Matching defs:ncp_mount_data_v4
46 struct ncp_mount_data_v4 { struct
47 int version;
48 unsigned long flags; /* NCP_MOUNT_* flags */
51 unsigned long mounted_uid; /* Who may umount() this filesystem? */
53 long wdog_pid; /* Who cares for our watchdog packets? */
55 unsigned int ncp_fd; /* The socket to the ncp port */
56 unsigned int time_out; /* How long should I wait after
58 unsigned int retry_count; /* And how often should I retry? */
62 unsigned long uid;
63 unsigned long gid;
65 unsigned long file_mode;
66 unsigned long dir_mode;