Searched refs:s_bpfshift (Results 1 – 3 of 3) sorted by relevance
406 base = offset >> uspi->s_bpfshift; in _ubh_find_next_zero_bit_()417 return (base << uspi->s_bpfshift) + pos - begin; in _ubh_find_next_zero_bit_()453 base = start >> uspi->s_bpfshift; in _ubh_find_last_zero_bit_()467 return (base << uspi->s_bpfshift) + pos - begin; in _ubh_find_last_zero_bit_()
790 __u32 s_bpfshift; /* bits per fragment shift*/ member
1221 uspi->s_bpfshift = uspi->s_fshift + 3; in ufs_fill_super()