Home
last modified time | relevance | path

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

/fs/ceph/
Dinode.c140 frag->split_by = 0; in __get_or_create_frag()
196 if (frag->split_by == 0) { in ceph_choose_frag()
205 nway = 1 << frag->split_by; in ceph_choose_frag()
207 frag->split_by, nway); in ceph_choose_frag()
209 n = ceph_frag_make_child(t, frag->split_by, i); in ceph_choose_frag()
245 if (frag->split_by == 0) { in ceph_fill_dirfrag()
736 frag->split_by = le32_to_cpu(info->fragtree.splits[i].by); in fill_inode()
737 dout(" frag %x split by %d\n", frag->frag, frag->split_by); in fill_inode()
Dsuper.h178 int split_by; /* i.e. 2^(split_by) children */ member