Home
last modified time | relevance | path

Searched refs:crush_location (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/ceph/
H A Dosdmap.h326 int ceph_parse_crush_location(char *crush_location, struct rb_root *locs);
/kernel/linux/linux-6.6/include/linux/ceph/
H A Dosdmap.h326 int ceph_parse_crush_location(char *crush_location, struct rb_root *locs);
/kernel/linux/linux-5.10/net/ceph/
H A Dosdmap.c2889 * Note that @crush_location is modified by strsep().
2891 int ceph_parse_crush_location(char *crush_location, struct rb_root *locs) in ceph_parse_crush_location() argument
2897 dout("%s '%s'\n", __func__, crush_location); in ceph_parse_crush_location()
2898 while ((type_name = strsep(&crush_location, "|"))) { in ceph_parse_crush_location()
/kernel/linux/linux-6.6/net/ceph/
H A Dosdmap.c2924 * Note that @crush_location is modified by strsep().
2926 int ceph_parse_crush_location(char *crush_location, struct rb_root *locs) in ceph_parse_crush_location() argument
2932 dout("%s '%s'\n", __func__, crush_location); in ceph_parse_crush_location()
2933 while ((type_name = strsep(&crush_location, "|"))) { in ceph_parse_crush_location()

Completed in 9 milliseconds