Home
last modified time | relevance | path

Searched refs:mon_addr (Results 1 – 5 of 5) sorted by relevance

/linux/fs/ceph/
H A Dsuper.c395 kfree(fsopt->mon_addr); in ceph_parse_mon_addr()
396 fsopt->mon_addr = param->string; in ceph_parse_mon_addr()
399 return ceph_parse_mon_ips(fsopt->mon_addr, strlen(fsopt->mon_addr), in ceph_parse_mon_addr()
631 kfree(args->mon_addr); in destroy_mount_options()
676 ret = strcmp_null(fsopt1->mon_addr, fsopt2->mon_addr); in compare_mount_options()
739 if (fsopt->mon_addr) in ceph_show_options()
740 seq_printf(m, ",mon_addr=%s", fsopt->mon_addr); in ceph_show_options()
1306 if (fsopt->new_dev_syntax && !fsopt->mon_addr) in ceph_get_tree()
1405 if (strcmp_null(fsc->mount_options->mon_addr, fsopt->mon_addr)) { in ceph_reconfigure_fc()
1406 kfree(fsc->mount_options->mon_addr); in ceph_reconfigure_fc()
[all …]
H A Dsuper.h103 char *mon_addr; member
/linux/net/ceph/
H A Dceph_common.c136 int ofs = offsetof(struct ceph_options, mon_addr); in ceph_compare_options()
186 &opt1->mon_addr[i])) in ceph_compare_options()
317 opt->mon_addr = kzalloc_objs(*opt->mon_addr, CEPH_MAX_MON); in ceph_alloc_options()
318 if (!opt->mon_addr) { in ceph_alloc_options()
347 kfree(opt->mon_addr); in ceph_destroy_options()
406 ret = ceph_parse_ips(buf, buf + len, opt->mon_addr, CEPH_MAX_MON, in ceph_parse_mon_ips()
H A Dmon_client.c1151 memcpy(&inst->addr.in_addr, &opt->mon_addr[i].in_addr, in build_initial_monmap()
/linux/include/linux/ceph/
H A Dlibceph.h64 struct ceph_entity_addr *mon_addr; /* should be the first member