Lines Matching refs:mount_options
398 struct ceph_mount_options *fsopt2 = fsc->mount_options; in compare_mount_options()
515 struct ceph_mount_options *fsopt = fsc->mount_options; in ceph_show_options()
640 fsc->mount_options = fsopt; in create_fs_client()
664 page_count = fsc->mount_options->wsize >> PAGE_SHIFT; in create_fs_client()
708 destroy_mount_options(fsc->mount_options); in destroy_fs_client()
905 if (fsc->mount_options->flags & CEPH_MOUNT_OPT_FSCACHE) { in ceph_real_mount()
911 if (!fsc->mount_options->server_path) { in ceph_real_mount()
915 path = fsc->mount_options->server_path + 1; in ceph_real_mount()
950 s->s_flags = fsc->mount_options->sb_flags; in ceph_set_super()
982 struct ceph_mount_options *fsopt = new->mount_options; in ceph_compare_super()
997 if (fsopt->sb_flags != other->mount_options->sb_flags) { in ceph_compare_super()
1019 sb->s_bdi->ra_pages = fsc->mount_options->rasize >> PAGE_SHIFT; in ceph_setup_bdi()
1022 sb->s_bdi->io_pages = fsc->mount_options->rsize >> PAGE_SHIFT; in ceph_setup_bdi()