taglinefilesource code
smb_server45fs/smbfs/dir.csmb_find_inode(struct smb_server *server, const char *path);
smb_server164fs/smbfs/dir.cstruct smb_server *server = SMB_SERVER(inode);
smb_server560fs/smbfs/dir.csmb_init_root(struct smb_server *server)
smb_server576fs/smbfs/dir.csmb_stat_root(struct smb_server *server)
smb_server594fs/smbfs/dir.csmb_free_all_inodes(struct smb_server *server)
smb_server621fs/smbfs/dir.csmb_invalidate_all_inodes(struct smb_server *server)
smb_server639fs/smbfs/dir.csmb_find_inode(struct smb_server *server, const char *path)
smb_server151fs/smbfs/inode.cstruct smb_server *server = &(SMB_SBP(sb)->s_server);
smb_server176fs/smbfs/inode.cstruct smb_server *server;
smb_server35fs/smbfs/proc.cstatic int smb_request_ok(struct smb_server *s, int command, int wct, int bcc);
smb_server385fs/smbfs/proc.csmb_lock_server(struct smb_server *server)
smb_server393fs/smbfs/proc.csmb_unlock_server(struct smb_server *server)
smb_server409fs/smbfs/proc.csmb_request_ok(struct smb_server *s, int command, int wct, int bcc)
smb_server441fs/smbfs/proc.csmb_retry(struct smb_server *server)
smb_server463fs/smbfs/proc.csmb_request_ok_unlock(struct smb_server *s, int command, int wct, int bcc)
smb_server476fs/smbfs/proc.csmb_setup_header(struct smb_server *server, byte command, word wct, word bcc)
smb_server516fs/smbfs/proc.csmb_setup_header_exclusive(struct smb_server *server,
smb_server531fs/smbfs/proc.csmb_proc_open(struct smb_server *server, const char *pathname, int len,
smb_server593fs/smbfs/proc.csmb_proc_close(struct smb_server *server, struct smb_dirent *finfo)
smb_server611fs/smbfs/proc.csmb_proc_read(struct smb_server *server, struct smb_dirent *finfo, 
smb_server649fs/smbfs/proc.csmb_proc_read_raw(struct smb_server *server, struct smb_dirent *finfo, 
smb_server673fs/smbfs/proc.csmb_proc_write(struct smb_server *server, struct smb_dirent *finfo,
smb_server701fs/smbfs/proc.csmb_proc_write_raw(struct smb_server *server, struct smb_dirent *finfo, 
smb_server757fs/smbfs/proc.csmb_proc_do_create(struct smb_server *server, const char *path, int len, 
smb_server789fs/smbfs/proc.csmb_proc_create(struct smb_server *server, const char *path, int len,
smb_server796fs/smbfs/proc.csmb_proc_mknew(struct smb_server *server, const char *path, int len,
smb_server803fs/smbfs/proc.csmb_proc_mv(struct smb_server *server, 
smb_server829fs/smbfs/proc.csmb_proc_mkdir(struct smb_server *server, const char *path, const int len)
smb_server850fs/smbfs/proc.csmb_proc_rmdir(struct smb_server *server, const char *path, const int len)
smb_server871fs/smbfs/proc.csmb_proc_unlink(struct smb_server *server, const char *path, const int len)
smb_server894fs/smbfs/proc.csmb_proc_trunc(struct smb_server *server, word fid, dword length)
smb_server937fs/smbfs/proc.csmb_proc_readdir_short(struct smb_server *server, struct inode *dir, int fpos,
smb_server1141fs/smbfs/proc.csmb_proc_readdir_long(struct smb_server *server, struct inode *dir, int fpos,
smb_server1368fs/smbfs/proc.csmb_proc_readdir(struct smb_server *server, struct inode *dir, int fpos,
smb_server1380fs/smbfs/proc.csmb_proc_getattr_core(struct smb_server *server, const char *path, int len, 
smb_server1415fs/smbfs/proc.csmb_proc_getattrE(struct smb_server *server, struct smb_dirent *entry)
smb_server1439fs/smbfs/proc.csmb_proc_getattr(struct smb_server *server, const char *path, int len, 
smb_server1474fs/smbfs/proc.csmb_proc_setattr_core(struct smb_server *server,
smb_server1503fs/smbfs/proc.csmb_proc_setattrE(struct smb_server *server, word fid,
smb_server1531fs/smbfs/proc.csmb_proc_setattr(struct smb_server *server, struct inode *inode,
smb_server1552fs/smbfs/proc.cstruct smb_server *server = &(SMB_SBP(super)->s_server);
smb_server1593fs/smbfs/proc.csmb_proc_reconnect(struct smb_server *server)
smb_server1812fs/smbfs/proc.csmb_proc_connect(struct smb_server *server)
smb_server1826fs/smbfs/proc.csmb_proc_disconnect(struct smb_server *server)
smb_server109fs/smbfs/sock.csmb_catch_keepalive(struct smb_server *server)
smb_server157fs/smbfs/sock.csmb_dont_catch_keepalive(struct smb_server *server)
smb_server296fs/smbfs/sock.csmb_receive(struct smb_server *server, struct socket *sock)
smb_server326fs/smbfs/sock.csmb_receive_trans2(struct smb_server *server, struct socket *sock,
smb_server436fs/smbfs/sock.cserver_sock(struct smb_server *server)
smb_server451fs/smbfs/sock.csmb_release(struct smb_server *server)
smb_server473fs/smbfs/sock.csmb_connect(struct smb_server *server)
smb_server493fs/smbfs/sock.csmb_request(struct smb_server *server)
smb_server559fs/smbfs/sock.csmb_trans2_request(struct smb_server *server,
smb_server626fs/smbfs/sock.csmb_request_read_raw(struct smb_server *server,
smb_server700fs/smbfs/sock.csmb_request_write_raw(struct smb_server *server,
smb_server106include/linux/smb_fs.hvoid smb_free_all_inodes(struct smb_server *server);
smb_server107include/linux/smb_fs.hvoid smb_init_root(struct smb_server *server);
smb_server108include/linux/smb_fs.hint  smb_stat_root(struct smb_server *server);
smb_server111include/linux/smb_fs.hvoid smb_invalidate_all_inodes(struct smb_server *server);
smb_server122include/linux/smb_fs.hvoid smb_invalidate_connection(struct smb_server *server);
smb_server123include/linux/smb_fs.hint smb_conn_is_valid(struct smb_server *server);
smb_server128include/linux/smb_fs.hint smb_proc_open(struct smb_server *server, const char *pathname,
smb_server130include/linux/smb_fs.hint smb_proc_close(struct smb_server *server, struct smb_dirent *finfo);
smb_server131include/linux/smb_fs.hint smb_proc_read(struct smb_server *server, struct smb_dirent *finfo, 
smb_server133include/linux/smb_fs.hint smb_proc_read_raw(struct smb_server *server, struct smb_dirent *finfo, 
smb_server135include/linux/smb_fs.hint smb_proc_write(struct smb_server *server, struct smb_dirent *finfo,
smb_server137include/linux/smb_fs.hint smb_proc_write_raw(struct smb_server *server, struct smb_dirent *finfo, 
smb_server139include/linux/smb_fs.hint smb_proc_create(struct smb_server *server, const char *path,
smb_server141include/linux/smb_fs.hint smb_proc_mknew(struct smb_server *server, const char *path, int len,
smb_server143include/linux/smb_fs.hint smb_proc_mv(struct smb_server *server, const char *opath, const int olen, 
smb_server145include/linux/smb_fs.hint smb_proc_mkdir(struct smb_server *server, const char *path, const int len);
smb_server146include/linux/smb_fs.hint smb_proc_rmdir(struct smb_server *server, const char *path, const int len);
smb_server147include/linux/smb_fs.hint smb_proc_unlink(struct smb_server *server, const char *path,
smb_server149include/linux/smb_fs.hint smb_proc_readdir(struct smb_server *server, struct inode *dir,
smb_server152include/linux/smb_fs.hint smb_proc_getattr(struct smb_server *server, const char *path,
smb_server154include/linux/smb_fs.hint smb_proc_setattr(struct smb_server *server,
smb_server157include/linux/smb_fs.hint smb_proc_chkpath(struct smb_server *server, char *path, int len,
smb_server160include/linux/smb_fs.hint smb_proc_reconnect(struct smb_server *server);
smb_server161include/linux/smb_fs.hint smb_proc_connect(struct smb_server *server);
smb_server162include/linux/smb_fs.hint smb_proc_disconnect(struct smb_server *server);
smb_server163include/linux/smb_fs.hint smb_proc_trunc(struct smb_server *server, word fid, dword length);
smb_server166include/linux/smb_fs.hint smb_release(struct smb_server *server);
smb_server167include/linux/smb_fs.hint smb_connect(struct smb_server *server);
smb_server168include/linux/smb_fs.hint smb_request(struct smb_server *server);
smb_server169include/linux/smb_fs.hint smb_request_read_raw(struct smb_server *server,
smb_server171include/linux/smb_fs.hint smb_request_write_raw(struct smb_server *server,
smb_server173include/linux/smb_fs.hint smb_catch_keepalive(struct smb_server *server);
smb_server174include/linux/smb_fs.hint smb_dont_catch_keepalive(struct smb_server *server);
smb_server175include/linux/smb_fs.hint smb_trans2_request(struct smb_server *server,
smb_server72include/linux/smb_fs_sb.hstruct smb_server  s_server;