Go to the documentation of this file.
6 #define PRINTK(format, args...) printk(KERN_DEBUG format , ## args)
10 #define PPRINTK(format, args...) PRINTK(format , ## args)
12 #define PPRINTK(format, args...)
19 #define DPRINTK(format, args...) PRINTK(format , ## args)
21 #define DPRINTK(format, args...)
24 #define DDPRINTK(format, args...) PRINTK(format , ## args)
26 #define DDPRINTK(format, args...)
29 #define NCP_MAX_RPC_TIMEOUT (6*HZ)
46 #define NCP_SERVER(inode) NCP_SBP((inode)->i_sb)
72 void* reply,
int max_reply_size);
73 static inline int ncp_request(
struct ncp_server *server,
int function) {
82 #if defined(CONFIG_NCPFS_EXTRAS) || defined(CONFIG_NCPFS_NFS_NS)