Home
last modified time | relevance | path

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

/linux/fs/ceph/
A Dsuper.c398 kfree(fsopt->mon_addr); in ceph_parse_mon_addr()
399 fsopt->mon_addr = param->string; in ceph_parse_mon_addr()
402 return ceph_parse_mon_ips(fsopt->mon_addr, strlen(fsopt->mon_addr), in ceph_parse_mon_addr()
632 kfree(args->mon_addr); in destroy_mount_options()
677 ret = strcmp_null(fsopt1->mon_addr, fsopt2->mon_addr); in compare_mount_options()
740 if (fsopt->mon_addr) in ceph_show_options()
1307 if (fsopt->new_dev_syntax && !fsopt->mon_addr) in ceph_get_tree()
1406 if (strcmp_null(fsc->mount_options->mon_addr, fsopt->mon_addr)) { in ceph_reconfigure_fc()
1407 kfree(fsc->mount_options->mon_addr); in ceph_reconfigure_fc()
1408 fsc->mount_options->mon_addr = fsopt->mon_addr; in ceph_reconfigure_fc()
[all …]
A Dsuper.h103 char *mon_addr; member
/linux/net/ceph/
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 = 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()
A Dmon_client.c1152 memcpy(&inst->addr.in_addr, &opt->mon_addr[i].in_addr, in build_initial_monmap()
/linux/Documentation/filesystems/
A Dceph.rst98 # mount -t ceph user@fsid.fs_name=/[subdir] mnt -o mon_addr=monip1[:port][/monip2[:port]]
106 …# mount -t ceph cephuser@07fe3187-00d9-42a3-814b-72a4d5e7d5be.cephfs=/ /mnt/ceph -o mon_addr=1.2.3…
113 # mount -t ceph cephuser@cephfs=/ /mnt/ceph -o mon_addr=mon-addr
117 # mount -t ceph cephuser@cephfs=/ /mnt/ceph -o mon_addr=192.168.1.100/192.168.1.101
127 mon_addr=ip_address[:port][/ip_address[:port]]
/linux/include/linux/ceph/
A Dlibceph.h64 struct ceph_entity_addr *mon_addr; /* should be the first member

Completed in 22 milliseconds