Lines Matching full:qs
302 struct qnx6_sb_info *qs; in qnx6_fill_super() local
308 qs = kzalloc(sizeof(struct qnx6_sb_info), GFP_KERNEL); in qnx6_fill_super()
309 if (!qs) in qnx6_fill_super()
311 s->s_fs_info = qs; in qnx6_fill_super()
312 qs->s_mount_opt = ctx->s_mount_opts; in qnx6_fill_super()
320 if (qs->s_mount_opt == QNX6_MOUNT_MMI_FS) { in qnx6_fill_super()
472 kfree(qs); in qnx6_fill_super()
479 struct qnx6_sb_info *qs = QNX6_SB(sb); in qnx6_put_super() local
480 brelse(qs->sb_buf); in qnx6_put_super()
481 iput(qs->longfile); in qnx6_put_super()
482 iput(qs->inodes); in qnx6_put_super()
483 kfree(qs); in qnx6_put_super()