taglinefilesource code
smb_server49fs/smbfs/dir.csmb_find_inode(struct smb_server *server, const char *path);
smb_server168fs/smbfs/dir.cstruct smb_server *server = SMB_SERVER(inode);
smb_server564fs/smbfs/dir.csmb_init_root(struct smb_server *server)
smb_server580fs/smbfs/dir.csmb_stat_root(struct smb_server *server)
smb_server598fs/smbfs/dir.csmb_free_all_inodes(struct smb_server *server)
smb_server625fs/smbfs/dir.csmb_invalidate_all_inodes(struct smb_server *server)
smb_server643fs/smbfs/dir.csmb_find_inode(struct smb_server *server, const char *path)
smb_server158fs/smbfs/inode.cstruct smb_server *server = &(SMB_SBP(sb)->s_server);
smb_server183fs/smbfs/inode.cstruct smb_server *server;
smb_server40fs/smbfs/proc.cstatic int smb_request_ok(struct smb_server *s, int command, int wct, int bcc);
smb_server390fs/smbfs/proc.csmb_lock_server(struct smb_server *server)
smb_server398fs/smbfs/proc.csmb_unlock_server(struct smb_server *server)
smb_server414fs/smbfs/proc.csmb_request_ok(struct smb_server *s, int command, int wct, int bcc)
smb_server446fs/smbfs/proc.csmb_retry(struct smb_server *server)
smb_server468fs/smbfs/proc.csmb_request_ok_unlock(struct smb_server *s, int command, int wct, int bcc)
smb_server481fs/smbfs/proc.csmb_setup_header(struct smb_server *server, byte command, word wct, word bcc)
smb_server521fs/smbfs/proc.csmb_setup_header_exclusive(struct smb_server *server,
smb_server536fs/smbfs/proc.csmb_proc_open(struct smb_server *server, const char *pathname, int len,
smb_server598fs/smbfs/proc.csmb_proc_close(struct smb_server *server, struct smb_dirent *finfo)
smb_server616fs/smbfs/proc.csmb_proc_read(struct smb_server *server, struct smb_dirent *finfo, 
smb_server654fs/smbfs/proc.csmb_proc_read_raw(struct smb_server *server, struct smb_dirent *finfo, 
smb_server678fs/smbfs/proc.csmb_proc_write(struct smb_server *server, struct smb_dirent *finfo,
smb_server706fs/smbfs/proc.csmb_proc_write_raw(struct smb_server *server, struct smb_dirent *finfo, 
smb_server762fs/smbfs/proc.csmb_proc_do_create(struct smb_server *server, const char *path, int len, 
smb_server794fs/smbfs/proc.csmb_proc_create(struct smb_server *server, const char *path, int len,
smb_server801fs/smbfs/proc.csmb_proc_mknew(struct smb_server *server, const char *path, int len,
smb_server808fs/smbfs/proc.csmb_proc_mv(struct smb_server *server, 
smb_server834fs/smbfs/proc.csmb_proc_mkdir(struct smb_server *server, const char *path, const int len)
smb_server855fs/smbfs/proc.csmb_proc_rmdir(struct smb_server *server, const char *path, const int len)
smb_server876fs/smbfs/proc.csmb_proc_unlink(struct smb_server *server, const char *path, const int len)
smb_server899fs/smbfs/proc.csmb_proc_trunc(struct smb_server *server, word fid, dword length)
smb_server942fs/smbfs/proc.csmb_proc_readdir_short(struct smb_server *server, struct inode *dir, int fpos,
smb_server1146fs/smbfs/proc.csmb_proc_readdir_long(struct smb_server *server, struct inode *dir, int fpos,
smb_server1373fs/smbfs/proc.csmb_proc_readdir(struct smb_server *server, struct inode *dir, int fpos,
smb_server1385fs/smbfs/proc.csmb_proc_getattr_core(struct smb_server *server, const char *path, int len, 
smb_server1420fs/smbfs/proc.csmb_proc_getattrE(struct smb_server *server, struct smb_dirent *entry)
smb_server1444fs/smbfs/proc.csmb_proc_getattr(struct smb_server *server, const char *path, int len, 
smb_server1479fs/smbfs/proc.csmb_proc_setattr_core(struct smb_server *server,
smb_server1508fs/smbfs/proc.csmb_proc_setattrE(struct smb_server *server, word fid,
smb_server1536fs/smbfs/proc.csmb_proc_setattr(struct smb_server *server, struct inode *inode,
smb_server1557fs/smbfs/proc.cstruct smb_server *server = &(SMB_SBP(super)->s_server);
smb_server1598fs/smbfs/proc.csmb_proc_reconnect(struct smb_server *server)
smb_server1817fs/smbfs/proc.csmb_proc_connect(struct smb_server *server)
smb_server1831fs/smbfs/proc.csmb_proc_disconnect(struct smb_server *server)
smb_server77fs/smbfs/sock.csmb_catch_keepalive(struct smb_server *server)
smb_server125fs/smbfs/sock.csmb_dont_catch_keepalive(struct smb_server *server)
smb_server265fs/smbfs/sock.csmb_receive(struct smb_server *server, struct socket *sock)
smb_server295fs/smbfs/sock.csmb_receive_trans2(struct smb_server *server, struct socket *sock,
smb_server405fs/smbfs/sock.cserver_sock(struct smb_server *server)
smb_server420fs/smbfs/sock.csmb_release(struct smb_server *server)
smb_server442fs/smbfs/sock.csmb_connect(struct smb_server *server)
smb_server462fs/smbfs/sock.csmb_request(struct smb_server *server)
smb_server528fs/smbfs/sock.csmb_trans2_request(struct smb_server *server,
smb_server595fs/smbfs/sock.csmb_request_read_raw(struct smb_server *server,
smb_server669fs/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;