Home
last modified time | relevance | path

Searched refs:split_by (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/ceph/
H A Dinode.c275 frag->split_by = 0; in __get_or_create_frag()
329 if (frag->split_by == 0) { in __ceph_choose_frag()
338 nway = 1 << frag->split_by; in __ceph_choose_frag()
340 frag->split_by, nway); in __ceph_choose_frag()
342 n = ceph_frag_make_child(t, frag->split_by, i); in __ceph_choose_frag()
396 if (frag->split_by == 0) { in ceph_fill_dirfrag()
448 if (ceph_frag_bits(f) != ceph_frag_bits(frag->frag) + frag->split_by) in is_frag_child()
460 unsigned i, split_by, nsplits; in ceph_fill_fragtree() local
496 split_by = le32_to_cpu(fragtree->splits[i].by); in ceph_fill_fragtree()
497 if (split_by == 0 || ceph_frag_bits(id) + split_by > 24) { in ceph_fill_fragtree()
[all …]
H A Dsuper.h274 int split_by; /* i.e. 2^(split_by) children */ member