Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ceph/
Dsuper.c387 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()
[all …]
Dsuper.h100 char *mon_addr; member
/linux-6.1.9/net/ceph/
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 = kcalloc(CEPH_MAX_MON, sizeof(*opt->mon_addr), in ceph_alloc_options()
319 if (!opt->mon_addr) { in ceph_alloc_options()
348 kfree(opt->mon_addr); in ceph_destroy_options()
407 ret = ceph_parse_ips(buf, buf + len, opt->mon_addr, CEPH_MAX_MON, in ceph_parse_mon_ips()
Dmon_client.c1143 memcpy(&inst->addr.in_addr, &opt->mon_addr[i].in_addr, in build_initial_monmap()
/linux-6.1.9/Documentation/filesystems/
Dceph.rst85 # mount -t ceph user@fsid.fs_name=/[subdir] mnt -o mon_addr=monip1[:port][/monip2[:port]]
93 …# mount -t ceph cephuser@07fe3187-00d9-42a3-814b-72a4d5e7d5be.cephfs=/ /mnt/ceph -o mon_addr=1.2.3…
100 # mount -t ceph cephuser@cephfs=/ /mnt/ceph -o mon_addr=mon-addr
104 # mount -t ceph cephuser@cephfs=/ /mnt/ceph -o mon_addr=192.168.1.100/192.168.1.101
114 mon_addr=ip_address[:port][/ip_address[:port]]
/linux-6.1.9/include/linux/ceph/
Dlibceph.h64 struct ceph_entity_addr *mon_addr; /* should be the first member