Home
last modified time | relevance | path

Searched refs:fs_cluster_id (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/ceph/
Dmon_client.h100 int fs_cluster_id; /* "mdsmap.<id>" sub */ member
/Linux-v4.19/net/ceph/
Dmon_client.c280 monc->fs_cluster_id != CEPH_FS_CLUSTER_ID_NONE) in __send_subscribe()
281 len += sprintf(buf + len, ".%d", monc->fs_cluster_id); in __send_subscribe()
1078 monc->fs_cluster_id = CEPH_FS_CLUSTER_ID_NONE; in ceph_monc_init()
Ddebugfs.c156 seq_printf(s, "fs_cluster_id %d\n", monc->fs_cluster_id); in monc_show()
/Linux-v4.19/fs/ceph/
Dmds_client.c3986 fsc->client->monc.fs_cluster_id = mount_fscid; in ceph_mdsc_handle_fsmap()