Lines Matching refs:mon_addr
394 kfree(fsopt->mon_addr); in ceph_parse_mon_addr()
395 fsopt->mon_addr = param->string; in ceph_parse_mon_addr()
398 return ceph_parse_mon_ips(fsopt->mon_addr, strlen(fsopt->mon_addr), in ceph_parse_mon_addr()
628 kfree(args->mon_addr); in destroy_mount_options()
673 ret = strcmp_null(fsopt1->mon_addr, fsopt2->mon_addr); in compare_mount_options()
736 if (fsopt->mon_addr) in ceph_show_options()
737 seq_printf(m, ",mon_addr=%s", fsopt->mon_addr); in ceph_show_options()
1298 if (fsopt->new_dev_syntax && !fsopt->mon_addr) in ceph_get_tree()
1396 if (strcmp_null(fsc->mount_options->mon_addr, fsopt->mon_addr)) { in ceph_reconfigure_fc()
1397 kfree(fsc->mount_options->mon_addr); in ceph_reconfigure_fc()
1398 fsc->mount_options->mon_addr = fsopt->mon_addr; in ceph_reconfigure_fc()
1399 fsopt->mon_addr = NULL; in ceph_reconfigure_fc()