Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Dinode.c184 unsigned nway, i; in __ceph_choose_frag() local
204 nway = 1 << frag->split_by; in __ceph_choose_frag()
206 frag->split_by, nway); in __ceph_choose_frag()
207 for (i = 0; i < nway; i++) { in __ceph_choose_frag()
214 BUG_ON(i == nway); in __ceph_choose_frag()