Lines Matching refs:mon_addr
387 kfree(fsopt->mon_addr); in ceph_parse_mon_addr()
388 fsopt->mon_addr = param->string; in ceph_parse_mon_addr()
391 return ceph_parse_mon_ips(fsopt->mon_addr, strlen(fsopt->mon_addr), in ceph_parse_mon_addr()
598 kfree(args->mon_addr); in destroy_mount_options()
642 ret = strcmp_null(fsopt1->mon_addr, fsopt2->mon_addr); in compare_mount_options()
705 if (fsopt->mon_addr) in ceph_show_options()
706 seq_printf(m, ",mon_addr=%s", fsopt->mon_addr); in ceph_show_options()
1212 if (fsopt->new_dev_syntax && !fsopt->mon_addr) in ceph_get_tree()
1299 if (strcmp_null(fsc->mount_options->mon_addr, fsopt->mon_addr)) { in ceph_reconfigure_fc()
1300 kfree(fsc->mount_options->mon_addr); in ceph_reconfigure_fc()
1301 fsc->mount_options->mon_addr = fsopt->mon_addr; in ceph_reconfigure_fc()
1302 fsopt->mon_addr = NULL; in ceph_reconfigure_fc()