taglinefilesource code
smb_server43fs/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_server33fs/smbfs/proc.cstatic int smb_request_ok(struct smb_server *s, int command, int wct, int bcc);
smb_server388fs/smbfs/proc.csmb_lock_server(struct smb_server *server)
smb_server396fs/smbfs/proc.csmb_unlock_server(struct smb_server *server)
smb_server412fs/smbfs/proc.csmb_request_ok(struct smb_server *s, int command, int wct, int bcc)
smb_server444fs/smbfs/proc.csmb_retry(struct smb_server *server)
smb_server466fs/smbfs/proc.csmb_request_ok_unlock(struct smb_server *s, int command, int wct, int bcc)
smb_server479fs/smbfs/proc.csmb_setup_header(struct smb_server *server, byte command, word wct, word bcc)
smb_server519fs/smbfs/proc.csmb_setup_header_exclusive(struct smb_server *server,
smb_server534fs/smbfs/proc.csmb_proc_open(struct smb_server *server, const char *pathname, int len,
smb_server596fs/smbfs/proc.csmb_proc_close(struct smb_server *server, struct smb_dirent *finfo)
smb_server614fs/smbfs/proc.csmb_proc_read(struct smb_server *server, struct smb_dirent *finfo, 
smb_server652fs/smbfs/proc.csmb_proc_read_raw(struct smb_server *server, struct smb_dirent *finfo, 
smb_server676fs/smbfs/proc.csmb_proc_write(struct smb_server *server, struct smb_dirent *finfo,
smb_server704fs/smbfs/proc.csmb_proc_write_raw(struct smb_server *server, struct smb_dirent *finfo, 
smb_server760fs/smbfs/proc.csmb_proc_do_create(struct smb_server *server, const char *path, int len, 
smb_server792fs/smbfs/proc.csmb_proc_create(struct smb_server *server, const char *path, int len,
smb_server799fs/smbfs/proc.csmb_proc_mknew(struct smb_server *server, const char *path, int len,
smb_server806fs/smbfs/proc.csmb_proc_mv(struct smb_server *server, 
smb_server832fs/smbfs/proc.csmb_proc_mkdir(struct smb_server *server, const char *path, const int len)
smb_server853fs/smbfs/proc.csmb_proc_rmdir(struct smb_server *server, const char *path, const int len)
smb_server874fs/smbfs/proc.csmb_proc_unlink(struct smb_server *server, const char *path, const int len)
smb_server897fs/smbfs/proc.csmb_proc_trunc(struct smb_server *server, word fid, dword length)
smb_server940fs/smbfs/proc.csmb_proc_readdir_short(struct smb_server *server, struct inode *dir, int fpos,
smb_server1144fs/smbfs/proc.csmb_proc_readdir_long(struct smb_server *server, struct inode *dir, int fpos,
smb_server1372fs/smbfs/proc.csmb_proc_readdir(struct smb_server *server, struct inode *dir, int fpos,
smb_server1384fs/smbfs/proc.csmb_proc_getattr_core(struct smb_server *server, const char *path, int len, 
smb_server1419fs/smbfs/proc.csmb_proc_getattrE(struct smb_server *server, struct smb_dirent *entry)
smb_server1443fs/smbfs/proc.csmb_proc_getattr(struct smb_server *server, const char *path, int len, 
smb_server1478fs/smbfs/proc.csmb_proc_setattr_core(struct smb_server *server,
smb_server1507fs/smbfs/proc.csmb_proc_setattrE(struct smb_server *server, word fid,
smb_server1535fs/smbfs/proc.csmb_proc_setattr(struct smb_server *server, struct inode *inode,
smb_server1556fs/smbfs/proc.cstruct smb_server *server = &(SMB_SBP(super)->s_server);
smb_server1597fs/smbfs/proc.csmb_proc_reconnect(struct smb_server *server)
smb_server1861fs/smbfs/proc.csmb_proc_connect(struct smb_server *server)
smb_server1875fs/smbfs/proc.csmb_proc_disconnect(struct smb_server *server)
smb_server107fs/smbfs/sock.csmb_catch_keepalive(struct smb_server *server)
smb_server155fs/smbfs/sock.csmb_dont_catch_keepalive(struct smb_server *server)
smb_server294fs/smbfs/sock.csmb_receive(struct smb_server *server, struct socket *sock)
smb_server324fs/smbfs/sock.csmb_receive_trans2(struct smb_server *server, struct socket *sock,
smb_server434fs/smbfs/sock.cserver_sock(struct smb_server *server)
smb_server449fs/smbfs/sock.csmb_release(struct smb_server *server)
smb_server471fs/smbfs/sock.csmb_connect(struct smb_server *server)
smb_server491fs/smbfs/sock.csmb_request(struct smb_server *server)
smb_server557fs/smbfs/sock.csmb_trans2_request(struct smb_server *server,
smb_server624fs/smbfs/sock.csmb_request_read_raw(struct smb_server *server,
smb_server698fs/smbfs/sock.csmb_request_write_raw(struct smb_server *server,
smb_server102include/linux/smb_fs.hvoid smb_free_all_inodes(struct smb_server *server);
smb_server103include/linux/smb_fs.hvoid smb_init_root(struct smb_server *server);
smb_server104include/linux/smb_fs.hint  smb_stat_root(struct smb_server *server);
smb_server107include/linux/smb_fs.hvoid smb_invalidate_all_inodes(struct smb_server *server);
smb_server119include/linux/smb_fs.hvoid smb_invalidate_connection(struct smb_server *server);
smb_server120include/linux/smb_fs.hint smb_conn_is_valid(struct smb_server *server);
smb_server125include/linux/smb_fs.hint smb_proc_open(struct smb_server *server, const char *pathname,
smb_server127include/linux/smb_fs.hint smb_proc_close(struct smb_server *server, struct smb_dirent *finfo);
smb_server128include/linux/smb_fs.hint smb_proc_read(struct smb_server *server, struct smb_dirent *finfo, 
smb_server130include/linux/smb_fs.hint smb_proc_read_raw(struct smb_server *server, struct smb_dirent *finfo, 
smb_server132include/linux/smb_fs.hint smb_proc_write(struct smb_server *server, struct smb_dirent *finfo,
smb_server134include/linux/smb_fs.hint smb_proc_write_raw(struct smb_server *server, struct smb_dirent *finfo, 
smb_server136include/linux/smb_fs.hint smb_proc_create(struct smb_server *server, const char *path,
smb_server138include/linux/smb_fs.hint smb_proc_mknew(struct smb_server *server, const char *path, int len,
smb_server140include/linux/smb_fs.hint smb_proc_mv(struct smb_server *server, const char *opath, const int olen, 
smb_server142include/linux/smb_fs.hint smb_proc_mkdir(struct smb_server *server, const char *path, const int len);
smb_server143include/linux/smb_fs.hint smb_proc_rmdir(struct smb_server *server, const char *path, const int len);
smb_server144include/linux/smb_fs.hint smb_proc_unlink(struct smb_server *server, const char *path,
smb_server146include/linux/smb_fs.hint smb_proc_readdir(struct smb_server *server, struct inode *dir,
smb_server149include/linux/smb_fs.hint smb_proc_getattr(struct smb_server *server, const char *path,
smb_server151include/linux/smb_fs.hint smb_proc_setattr(struct smb_server *server,
smb_server154include/linux/smb_fs.hint smb_proc_chkpath(struct smb_server *server, char *path, int len,
smb_server157include/linux/smb_fs.hint smb_proc_reconnect(struct smb_server *server);
smb_server158include/linux/smb_fs.hint smb_proc_connect(struct smb_server *server);
smb_server159include/linux/smb_fs.hint smb_proc_disconnect(struct smb_server *server);
smb_server160include/linux/smb_fs.hint smb_proc_trunc(struct smb_server *server, word fid, dword length);
smb_server163include/linux/smb_fs.hint smb_release(struct smb_server *server);
smb_server164include/linux/smb_fs.hint smb_connect(struct smb_server *server);
smb_server165include/linux/smb_fs.hint smb_request(struct smb_server *server);
smb_server166include/linux/smb_fs.hint smb_request_read_raw(struct smb_server *server,
smb_server168include/linux/smb_fs.hint smb_request_write_raw(struct smb_server *server,
smb_server170include/linux/smb_fs.hint smb_catch_keepalive(struct smb_server *server);
smb_server171include/linux/smb_fs.hint smb_dont_catch_keepalive(struct smb_server *server);
smb_server172include/linux/smb_fs.hint smb_trans2_request(struct smb_server *server,
smb_server72include/linux/smb_fs_sb.hstruct smb_server  s_server;