Lines Matching refs:ncp_server
41 int ncp_negotiate_buffersize(struct ncp_server *, int, int *);
42 int ncp_negotiate_size_and_options(struct ncp_server *server, int size,
45 int ncp_get_volume_info_with_number(struct ncp_server* server, int n,
48 int ncp_get_directory_info(struct ncp_server* server, __u8 dirhandle,
51 int ncp_close_file(struct ncp_server *, const char *);
55 int ncp_read_bounce(struct ncp_server *, const char *, __u32, __u16,
57 int ncp_read_kernel(struct ncp_server *, const char *, __u32, __u16,
59 int ncp_write_kernel(struct ncp_server *, const char *, __u32, __u16,
67 int ncp_obtain_info(struct ncp_server *server, struct inode *, const char *,
69 int ncp_obtain_nfs_info(struct ncp_server *server, struct nw_info_struct *target);
70 int ncp_update_known_namespace(struct ncp_server *server, __u8 volume, int *ret_ns);
71 int ncp_get_volume_root(struct ncp_server *server, const char *volname,
73 int ncp_lookup_volume(struct ncp_server *, const char *, struct nw_info_struct *);
74 int ncp_modify_file_or_subdir_dos_info(struct ncp_server *, struct inode *,
76 int ncp_modify_file_or_subdir_dos_info_path(struct ncp_server *, struct inode *,
78 int ncp_modify_nfs_info(struct ncp_server *, __u8 volnum, __le32 dirent,
81 int ncp_del_file_or_subdir2(struct ncp_server *, struct dentry*);
82 int ncp_del_file_or_subdir(struct ncp_server *, struct inode *, const char *);
83 int ncp_open_create_file_or_subdir(struct ncp_server *, struct inode *, const char *,
86 int ncp_initialize_search(struct ncp_server *, struct inode *,
88 int ncp_search_for_fileset(struct ncp_server *server,
94 int ncp_ren_or_mov_file_or_subdir(struct ncp_server *server,
99 ncp_LogPhysicalRecord(struct ncp_server *server,
105 ncp_ClearPhysicalRecord(struct ncp_server *server,
111 ncp_mount_subdir(struct ncp_server *, __u8, __u8, __le32,
113 int ncp_dirhandle_alloc(struct ncp_server *, __u8 vol, __le32 dirent, __u8 *dirhandle);
114 int ncp_dirhandle_free(struct ncp_server *, __u8 dirhandle);
119 static inline int ncp_is_nfs_extras(struct ncp_server* server, unsigned int volnum) { in ncp_is_nfs_extras()
130 int ncp__io2vol(struct ncp_server *, unsigned char *, unsigned int *,
132 int ncp__vol2io(struct ncp_server *, unsigned char *, unsigned int *,
176 ncp_age_dentry(struct ncp_server* server, struct dentry* dentry) in ncp_age_dentry()