Lines Matching defs:sb
97 cifs_sb_active(struct super_block *sb) in cifs_sb_active()
106 cifs_sb_deactive(struct super_block *sb) in cifs_sb_deactive()
115 cifs_read_super(struct super_block *sb) in cifs_read_super()
173 static void cifs_kill_sb(struct super_block *sb) in cifs_kill_sb()
183 struct super_block *sb = dentry->d_sb; in cifs_statfs() local
249 cifs_alloc_inode(struct super_block *sb) in cifs_alloc_inode()
516 static void cifs_umount_begin(struct super_block *sb) in cifs_umount_begin()
560 static int cifs_remount(struct super_block *sb, int *flags, char *data) in cifs_remount()
599 cifs_get_root(struct smb_vol *vol, struct super_block *sb) in cifs_get_root()
653 static int cifs_set_super(struct super_block *sb, void *data) in cifs_set_super()
665 struct super_block *sb; in cifs_do_mount() local