Lines Matching refs:mount_opts
346 inode->i_uid = befs_sb->mount_opts.use_uid ? in befs_iget()
347 befs_sb->mount_opts.uid : in befs_iget()
349 inode->i_gid = befs_sb->mount_opts.use_gid ? in befs_iget()
350 befs_sb->mount_opts.gid : in befs_iget()
772 struct befs_mount_options *opts = &befs_sb->mount_opts; in befs_show_options()
795 kfree(BEFS_SB(sb)->mount_opts.iocharset); in befs_put_super()
796 BEFS_SB(sb)->mount_opts.iocharset = NULL; in befs_put_super()
826 if (!parse_options((char *) data, &befs_sb->mount_opts)) { in befs_fill_super()
912 if (befs_sb->mount_opts.iocharset) { in befs_fill_super()
914 befs_sb->mount_opts.iocharset); in befs_fill_super()
915 befs_sb->nls = load_nls(befs_sb->mount_opts.iocharset); in befs_fill_super()
919 befs_sb->mount_opts.iocharset); in befs_fill_super()
934 kfree(befs_sb->mount_opts.iocharset); in befs_fill_super()