Lines Matching refs:mount_opts
345 inode->i_uid = befs_sb->mount_opts.use_uid ? in befs_iget()
346 befs_sb->mount_opts.uid : in befs_iget()
348 inode->i_gid = befs_sb->mount_opts.use_gid ? in befs_iget()
349 befs_sb->mount_opts.gid : in befs_iget()
771 struct befs_mount_options *opts = &befs_sb->mount_opts; in befs_show_options()
794 kfree(BEFS_SB(sb)->mount_opts.iocharset); in befs_put_super()
795 BEFS_SB(sb)->mount_opts.iocharset = NULL; in befs_put_super()
825 if (!parse_options((char *) data, &befs_sb->mount_opts)) { in befs_fill_super()
911 if (befs_sb->mount_opts.iocharset) { in befs_fill_super()
913 befs_sb->mount_opts.iocharset); in befs_fill_super()
914 befs_sb->nls = load_nls(befs_sb->mount_opts.iocharset); in befs_fill_super()
918 befs_sb->mount_opts.iocharset); in befs_fill_super()
933 kfree(befs_sb->mount_opts.iocharset); in befs_fill_super()