befs_mount_options
struct befs_mount_options mount_opts;
struct befs_mount_options *opts = fc->fs_private;
struct befs_mount_options *opts = &befs_sb->mount_opts;
befs_set_options(struct befs_sb_info *sbi, struct befs_mount_options *opts)
struct befs_mount_options *parsed_opts = fc->fs_private;
struct befs_mount_options *opts;
struct befs_mount_options *opts = fc->fs_private;