Lines Matching refs:mon_addr
402 kfree(fsopt->mon_addr); in ceph_parse_mon_addr()
403 fsopt->mon_addr = param->string; in ceph_parse_mon_addr()
406 return ceph_parse_mon_ips(fsopt->mon_addr, strlen(fsopt->mon_addr), in ceph_parse_mon_addr()
638 kfree(args->mon_addr); in destroy_mount_options()
683 ret = strcmp_null(fsopt1->mon_addr, fsopt2->mon_addr); in compare_mount_options()
746 if (fsopt->mon_addr) in ceph_show_options()
747 seq_printf(m, ",mon_addr=%s", fsopt->mon_addr); in ceph_show_options()
1309 if (fsopt->new_dev_syntax && !fsopt->mon_addr) in ceph_get_tree()
1407 if (strcmp_null(fsc->mount_options->mon_addr, fsopt->mon_addr)) { in ceph_reconfigure_fc()
1408 kfree(fsc->mount_options->mon_addr); in ceph_reconfigure_fc()
1409 fsc->mount_options->mon_addr = fsopt->mon_addr; in ceph_reconfigure_fc()
1410 fsopt->mon_addr = NULL; in ceph_reconfigure_fc()