Linux Kernel
3.7.1
|
#include <ncp_mount.h>
Data Fields | |
int | version |
unsigned int | ncp_fd |
__kernel_uid_t | mounted_uid |
__kernel_pid_t | wdog_pid |
unsigned char | mounted_vol [NCP_VOLNAME_LEN+1] |
unsigned int | time_out |
unsigned int | retry_count |
unsigned int | flags |
__kernel_uid_t | uid |
__kernel_gid_t | gid |
__kernel_mode_t | file_mode |
__kernel_mode_t | dir_mode |
Definition at line 26 of file ncp_mount.h.
__kernel_mode_t dir_mode |
Definition at line 41 of file ncp_mount.h.
__kernel_mode_t file_mode |
Definition at line 40 of file ncp_mount.h.
unsigned int flags |
Definition at line 36 of file ncp_mount.h.
__kernel_gid_t gid |
Definition at line 39 of file ncp_mount.h.
__kernel_uid_t mounted_uid |
Definition at line 29 of file ncp_mount.h.
unsigned char mounted_vol[NCP_VOLNAME_LEN+1] |
Definition at line 32 of file ncp_mount.h.
unsigned int ncp_fd |
Definition at line 28 of file ncp_mount.h.
unsigned int retry_count |
Definition at line 35 of file ncp_mount.h.
unsigned int time_out |
Definition at line 33 of file ncp_mount.h.
__kernel_uid_t uid |
Definition at line 38 of file ncp_mount.h.
int version |
Definition at line 27 of file ncp_mount.h.
__kernel_pid_t wdog_pid |
Definition at line 30 of file ncp_mount.h.