Lines Matching refs:mount_opts
347 inode->i_uid = befs_sb->mount_opts.use_uid ? in befs_iget()
348 befs_sb->mount_opts.uid : in befs_iget()
350 inode->i_gid = befs_sb->mount_opts.use_gid ? in befs_iget()
351 befs_sb->mount_opts.gid : in befs_iget()
773 struct befs_mount_options *opts = &befs_sb->mount_opts; in befs_show_options()
796 kfree(BEFS_SB(sb)->mount_opts.iocharset); in befs_put_super()
797 BEFS_SB(sb)->mount_opts.iocharset = NULL; in befs_put_super()
827 if (!parse_options((char *) data, &befs_sb->mount_opts)) { in befs_fill_super()
913 if (befs_sb->mount_opts.iocharset) { in befs_fill_super()
915 befs_sb->mount_opts.iocharset); in befs_fill_super()
916 befs_sb->nls = load_nls(befs_sb->mount_opts.iocharset); in befs_fill_super()
920 befs_sb->mount_opts.iocharset); in befs_fill_super()
935 kfree(befs_sb->mount_opts.iocharset); in befs_fill_super()