smb_ops 546 fs/smbfs/inode.c VERBOSE("alloc chunk = %lu\n", sizeof(struct smb_ops) +
smb_ops 548 fs/smbfs/inode.c mem = kmalloc(sizeof(struct smb_ops) +
smb_ops 555 fs/smbfs/inode.c server->mnt = mem + sizeof(struct smb_ops);
smb_ops 54 fs/smbfs/proc.c static struct smb_ops smb_ops_core;
smb_ops 55 fs/smbfs/proc.c static struct smb_ops smb_ops_os2;
smb_ops 56 fs/smbfs/proc.c static struct smb_ops smb_ops_win95;
smb_ops 57 fs/smbfs/proc.c static struct smb_ops smb_ops_winNT;
smb_ops 58 fs/smbfs/proc.c static struct smb_ops smb_ops_unix;
smb_ops 59 fs/smbfs/proc.c static struct smb_ops smb_ops_null;
smb_ops 3446 fs/smbfs/proc.c static struct smb_ops smb_ops_core =
smb_ops 3456 fs/smbfs/proc.c static struct smb_ops smb_ops_os2 =
smb_ops 3466 fs/smbfs/proc.c static struct smb_ops smb_ops_win95 =
smb_ops 3476 fs/smbfs/proc.c static struct smb_ops smb_ops_winNT =
smb_ops 3486 fs/smbfs/proc.c static struct smb_ops smb_ops_unix =
smb_ops 3498 fs/smbfs/proc.c static struct smb_ops smb_ops_null =
smb_ops 74 include/linux/smb_fs_sb.h struct smb_ops *ops;