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()
726 struct befs_mount_options *opts = &befs_sb->mount_opts; in befs_show_options()
749 kfree(BEFS_SB(sb)->mount_opts.iocharset); in befs_put_super()
750 BEFS_SB(sb)->mount_opts.iocharset = NULL; in befs_put_super()
762 sbi->mount_opts.uid = opts->uid; in befs_set_options()
763 sbi->mount_opts.gid = opts->gid; in befs_set_options()
764 sbi->mount_opts.use_uid = opts->use_uid; in befs_set_options()
765 sbi->mount_opts.use_gid = opts->use_gid; in befs_set_options()
766 sbi->mount_opts.debug = opts->debug; in befs_set_options()
767 sbi->mount_opts.iocharset = opts->iocharset; in befs_set_options()
879 if (befs_sb->mount_opts.iocharset) { in befs_fill_super()
881 befs_sb->mount_opts.iocharset); in befs_fill_super()
882 befs_sb->nls = load_nls(befs_sb->mount_opts.iocharset); in befs_fill_super()
886 befs_sb->mount_opts.iocharset); in befs_fill_super()
901 kfree(befs_sb->mount_opts.iocharset); in befs_fill_super()