Lines Matching refs:mount_options
652 struct ceph_mount_options *fsopt2 = fsc->mount_options; in compare_mount_options()
691 struct ceph_mount_options *fsopt = fsc->mount_options; in ceph_show_options()
836 fsc->mount_options = fsopt; in create_fs_client()
897 destroy_mount_options(fsc->mount_options); in destroy_fs_client()
1152 const char *path = fsc->mount_options->server_path ? in ceph_real_mount()
1153 fsc->mount_options->server_path + 1 : ""; in ceph_real_mount()
1160 if (fsc->mount_options->flags & CEPH_MOUNT_OPT_FSCACHE) { in ceph_real_mount()
1167 fsc->mount_options); in ceph_real_mount()
1234 struct ceph_mount_options *fsopt = new->mount_options; in ceph_compare_super()
1283 sb->s_bdi->ra_pages = fsc->mount_options->rasize >> PAGE_SHIFT; in ceph_setup_bdi()
1286 sb->s_bdi->io_pages = fsc->mount_options->rsize >> PAGE_SHIFT; in ceph_setup_bdi()
1405 if (strcmp_null(fsc->mount_options->mon_addr, fsopt->mon_addr)) { in ceph_reconfigure_fc()
1406 kfree(fsc->mount_options->mon_addr); in ceph_reconfigure_fc()
1407 fsc->mount_options->mon_addr = fsopt->mon_addr; in ceph_reconfigure_fc()