···2323 unsigned long flags; /* NCP_MOUNT_* flags */2424 unsigned int int_flags; /* internal flags */2525#define NCP_IMOUNT_LOGGEDIN_POSSIBLE 0x00012626- __kernel_uid32_t mounted_uid; /* Who may umount() this filesystem? */2626+ uid_t mounted_uid; /* Who may umount() this filesystem? */2727 struct pid *wdog_pid; /* Who cares for our watchdog packets? */2828 unsigned int ncp_fd; /* The socket to the ncp port */2929 unsigned int time_out; /* How long should I wait after3030 sending a NCP request? */3131 unsigned int retry_count; /* And how often should I retry? */3232 unsigned char mounted_vol[NCP_VOLNAME_LEN + 1];3333- __kernel_uid32_t uid;3434- __kernel_gid32_t gid;3535- __kernel_mode_t file_mode;3636- __kernel_mode_t dir_mode;3333+ uid_t uid;3434+ gid_t gid;3535+ umode_t file_mode;3636+ umode_t dir_mode;3737 int info_fd;3838};3939