Lines Matching refs:mount_opts
350 inode->i_uid = befs_sb->mount_opts.use_uid ? in befs_iget()
351 befs_sb->mount_opts.uid : in befs_iget()
353 inode->i_gid = befs_sb->mount_opts.use_gid ? in befs_iget()
354 befs_sb->mount_opts.gid : in befs_iget()
776 struct befs_mount_options *opts = &befs_sb->mount_opts; in befs_show_options()
799 kfree(BEFS_SB(sb)->mount_opts.iocharset); in befs_put_super()
800 BEFS_SB(sb)->mount_opts.iocharset = NULL; in befs_put_super()
830 if (!parse_options((char *) data, &befs_sb->mount_opts)) { in befs_fill_super()
914 if (befs_sb->mount_opts.iocharset) { in befs_fill_super()
916 befs_sb->mount_opts.iocharset); in befs_fill_super()
917 befs_sb->nls = load_nls(befs_sb->mount_opts.iocharset); in befs_fill_super()
921 befs_sb->mount_opts.iocharset); in befs_fill_super()
936 kfree(befs_sb->mount_opts.iocharset); in befs_fill_super()