Home
last modified time | relevance | path

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

/openbmc/linux/fs/ufs/
H A Dutil.h396 base = offset >> uspi->s_bpfshift; in _ubh_find_next_zero_bit_()
407 return (base << uspi->s_bpfshift) + pos - begin; in _ubh_find_next_zero_bit_()
443 base = start >> uspi->s_bpfshift; in _ubh_find_last_zero_bit_()
457 return (base << uspi->s_bpfshift) + pos - begin; in _ubh_find_last_zero_bit_()
H A Dufs_fs.h789 __u32 s_bpfshift; /* bits per fragment shift*/ member
H A Dsuper.c1252 uspi->s_bpfshift = uspi->s_fshift + 3; in ufs_fill_super()