Home
last modified time | relevance | path

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

/fs/ufs/
A Dutil.h389 base = offset >> uspi->s_bpfshift; in _ubh_find_next_zero_bit_()
400 return (base << uspi->s_bpfshift) + pos - begin; in _ubh_find_next_zero_bit_()
436 base = start >> uspi->s_bpfshift; in _ubh_find_last_zero_bit_()
450 return (base << uspi->s_bpfshift) + pos - begin; in _ubh_find_last_zero_bit_()
A Dufs_fs.h785 __u32 s_bpfshift; /* bits per fragment shift*/ member
A Dsuper.c1184 uspi->s_bpfshift = uspi->s_fshift + 3; in ufs_fill_super()

Completed in 13 milliseconds