Searched refs:mon_addr (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/ceph/ |
H A D | super.c | 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() 1299 if (fsopt->new_dev_syntax && !fsopt->mon_addr) in ceph_get_tree() 1397 if (strcmp_null(fsc->mount_options->mon_addr, fsopt->mon_addr)) { in ceph_reconfigure_fc() 1398 kfree(fsc->mount_options->mon_addr); in ceph_reconfigure_fc() 1399 fsc->mount_options->mon_addr = fsopt->mon_addr; in ceph_reconfigure_fc() [all …]
|
H A D | super.h | 102 char *mon_addr; member
|
/openbmc/linux/net/ceph/ |
H A D | ceph_common.c | 136 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()
|
H A D | mon_client.c | 1151 memcpy(&inst->addr.in_addr, &opt->mon_addr[i].in_addr, in build_initial_monmap()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | ceph.rst | 95 # mount -t ceph user@fsid.fs_name=/[subdir] mnt -o mon_addr=monip1[:port][/monip2[:port]] 103 …# mount -t ceph cephuser@07fe3187-00d9-42a3-814b-72a4d5e7d5be.cephfs=/ /mnt/ceph -o mon_addr=1.2.3… 110 # mount -t ceph cephuser@cephfs=/ /mnt/ceph -o mon_addr=mon-addr 114 # mount -t ceph cephuser@cephfs=/ /mnt/ceph -o mon_addr=192.168.1.100/192.168.1.101 124 mon_addr=ip_address[:port][/ip_address[:port]]
|
/openbmc/linux/include/linux/ceph/ |
H A D | libceph.h | 64 struct ceph_entity_addr *mon_addr; /* should be the first member
|