Searched refs:s_bpfshift (Results 1 – 9 of 9) sorted by relevance
402 base = offset >> uspi->s_bpfshift; in _ubh_find_next_zero_bit_()413 return (base << uspi->s_bpfshift) + pos - begin; in _ubh_find_next_zero_bit_()449 base = start >> uspi->s_bpfshift; in _ubh_find_last_zero_bit_()463 return (base << uspi->s_bpfshift) + pos - begin; in _ubh_find_last_zero_bit_()
789 __u32 s_bpfshift; /* bits per fragment shift*/ member
1252 uspi->s_bpfshift = uspi->s_fshift + 3; in ufs_fill_super()