Lines Matching full:qs
299 struct qnx6_sb_info *qs; in qnx6_fill_super() local
305 qs = kzalloc(sizeof(struct qnx6_sb_info), GFP_KERNEL); in qnx6_fill_super()
306 if (!qs) in qnx6_fill_super()
308 s->s_fs_info = qs; in qnx6_fill_super()
309 qs->s_mount_opt = ctx->s_mount_opts; in qnx6_fill_super()
317 if (qs->s_mount_opt == QNX6_MOUNT_MMI_FS) { in qnx6_fill_super()
469 kfree(qs); in qnx6_fill_super()
476 struct qnx6_sb_info *qs = QNX6_SB(sb); in qnx6_put_super() local
477 brelse(qs->sb_buf); in qnx6_put_super()
478 iput(qs->longfile); in qnx6_put_super()
479 iput(qs->inodes); in qnx6_put_super()
480 kfree(qs); in qnx6_put_super()