Lines Matching refs:mount_options
649 struct ceph_mount_options *fsopt2 = fsc->mount_options;
688 struct ceph_mount_options *fsopt = fsc->mount_options;
833 fsc->mount_options = fsopt;
894 destroy_mount_options(fsc->mount_options);
1147 const char *path = fsc->mount_options->server_path ?
1148 fsc->mount_options->server_path + 1 : "";
1155 if (fsc->mount_options->flags & CEPH_MOUNT_OPT_FSCACHE) {
1162 fsc->mount_options);
1227 struct ceph_mount_options *fsopt = new->mount_options;
1275 sb->s_bdi->ra_pages = fsc->mount_options->rasize >> PAGE_SHIFT;
1278 sb->s_bdi->io_pages = fsc->mount_options->rsize >> PAGE_SHIFT;
1396 if (strcmp_null(fsc->mount_options->mon_addr, fsopt->mon_addr)) {
1397 kfree(fsc->mount_options->mon_addr);
1398 fsc->mount_options->mon_addr = fsopt->mon_addr;