Go to the source code of this file.
|
int | ncp_notify_change (struct dentry *, struct iattr *) |
|
struct inode * | ncp_iget (struct super_block *, struct ncp_entry_info *) |
|
void | ncp_update_inode (struct inode *, struct ncp_entry_info *) |
|
void | ncp_update_inode2 (struct inode *, struct ncp_entry_info *) |
|
int | ncp_conn_logged_in (struct super_block *) |
|
int | ncp_date_dos2unix (__le16 time, __le16 date) |
|
void | ncp_date_unix2dos (int unix_date, __le16 *time, __le16 *date) |
|
long | ncp_ioctl (struct file *, unsigned int, unsigned long) |
|
long | ncp_compat_ioctl (struct file *, unsigned int, unsigned long) |
|
int | ncp_request2 (struct ncp_server *server, int function, void *reply, int max_reply_size) |
|
int | ncp_connect (struct ncp_server *server) |
|
int | ncp_disconnect (struct ncp_server *server) |
|
void | ncp_lock_server (struct ncp_server *server) |
|
void | ncp_unlock_server (struct ncp_server *server) |
|
int | ncp_make_open (struct inode *, int) |
|
int | ncp_mmap (struct file *, struct vm_area_struct *) |
|
int | ncp_make_closed (struct inode *) |
|
#define DDPRINTK |
( |
|
format, |
|
|
|
args... |
|
) |
| |
#define DPRINTK |
( |
|
format, |
|
|
|
args... |
|
) |
| |
#define NCP_MAX_RPC_TIMEOUT (6*HZ) |
#define NCP_SERVER |
( |
|
inode | ) |
NCP_SBP((inode)->i_sb) |
#define PPRINTK |
( |
|
format, |
|
|
|
args... |
|
) |
| |
Definition at line 83 of file dir.c.
Definition at line 59 of file dir.c.
Definition at line 48 of file dir.c.