Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
ncp_mount.h File Reference
#include <linux/types.h>
#include <linux/ncp.h>

Go to the source code of this file.

Data Structures

struct  ncp_mount_data
 
struct  ncp_mount_data_v4
 

Macros

#define NCP_MOUNT_VERSION   3 /* Binary */
 
#define NCP_MOUNT_SOFT   0x0001
 
#define NCP_MOUNT_INTR   0x0002
 
#define NCP_MOUNT_STRONG   0x0004 /* enable delete/rename of r/o files */
 
#define NCP_MOUNT_NO_OS2   0x0008 /* do not use OS/2 (LONG) namespace */
 
#define NCP_MOUNT_NO_NFS   0x0010 /* do not use NFS namespace */
 
#define NCP_MOUNT_EXTRAS   0x0020
 
#define NCP_MOUNT_SYMLINKS   0x0040 /* enable symlinks */
 
#define NCP_MOUNT_NFS_EXTRAS   0x0080 /* Enable use of NFS NS meta-info */
 
#define NCP_MOUNT_VERSION_V4   (4) /* Binary or text */
 
#define NCP_MOUNT_VERSION_V5   (5) /* Text only */
 

Macro Definition Documentation

#define NCP_MOUNT_EXTRAS   0x0020

Definition at line 22 of file ncp_mount.h.

#define NCP_MOUNT_INTR   0x0002

Definition at line 18 of file ncp_mount.h.

#define NCP_MOUNT_NFS_EXTRAS   0x0080 /* Enable use of NFS NS meta-info */

Definition at line 24 of file ncp_mount.h.

#define NCP_MOUNT_NO_NFS   0x0010 /* do not use NFS namespace */

Definition at line 21 of file ncp_mount.h.

#define NCP_MOUNT_NO_OS2   0x0008 /* do not use OS/2 (LONG) namespace */

Definition at line 20 of file ncp_mount.h.

#define NCP_MOUNT_SOFT   0x0001

Definition at line 17 of file ncp_mount.h.

#define NCP_MOUNT_STRONG   0x0004 /* enable delete/rename of r/o files */

Definition at line 19 of file ncp_mount.h.

#define NCP_MOUNT_SYMLINKS   0x0040 /* enable symlinks */

Definition at line 23 of file ncp_mount.h.

#define NCP_MOUNT_VERSION   3 /* Binary */

Definition at line 14 of file ncp_mount.h.

#define NCP_MOUNT_VERSION_V4   (4) /* Binary or text */

Definition at line 44 of file ncp_mount.h.

#define NCP_MOUNT_VERSION_V5   (5) /* Text only */

Definition at line 69 of file ncp_mount.h.