Lines Matching refs:mount_opts
354 inode->i_uid = befs_sb->mount_opts.use_uid ? in befs_iget()
355 befs_sb->mount_opts.uid : (uid_t) fs32_to_cpu(sb, raw_inode->uid); in befs_iget()
356 inode->i_gid = befs_sb->mount_opts.use_gid ? in befs_iget()
357 befs_sb->mount_opts.gid : (gid_t) fs32_to_cpu(sb, raw_inode->gid); in befs_iget()
747 kfree(BEFS_SB(sb)->mount_opts.iocharset); in befs_put_super()
748 BEFS_SB(sb)->mount_opts.iocharset = NULL; in befs_put_super()
783 if (!parse_options((char *) data, &befs_sb->mount_opts)) { in befs_fill_super()
862 if (befs_sb->mount_opts.iocharset) { in befs_fill_super()
864 befs_sb->mount_opts.iocharset); in befs_fill_super()
865 befs_sb->nls = load_nls(befs_sb->mount_opts.iocharset); in befs_fill_super()
869 befs_sb->mount_opts.iocharset); in befs_fill_super()
884 kfree(befs_sb->mount_opts.iocharset); in befs_fill_super()