Lines Matching refs:mon_addr
406 kfree(fsopt->mon_addr); in ceph_parse_mon_addr()
407 fsopt->mon_addr = param->string; in ceph_parse_mon_addr()
410 return ceph_parse_mon_ips(fsopt->mon_addr, strlen(fsopt->mon_addr), in ceph_parse_mon_addr()
642 kfree(args->mon_addr); in destroy_mount_options()
687 ret = strcmp_null(fsopt1->mon_addr, fsopt2->mon_addr); in compare_mount_options()
750 if (fsopt->mon_addr) in ceph_show_options()
751 seq_printf(m, ",mon_addr=%s", fsopt->mon_addr); in ceph_show_options()
1317 if (fsopt->new_dev_syntax && !fsopt->mon_addr) in ceph_get_tree()
1416 if (strcmp_null(fsc->mount_options->mon_addr, fsopt->mon_addr)) { in ceph_reconfigure_fc()
1417 kfree(fsc->mount_options->mon_addr); in ceph_reconfigure_fc()
1418 fsc->mount_options->mon_addr = fsopt->mon_addr; in ceph_reconfigure_fc()
1419 fsopt->mon_addr = NULL; in ceph_reconfigure_fc()