Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ntfs3/
Dbitmap.c970 u8 log2_bits; in wnd_find() local
1115 log2_bits = sb->s_blocksize_bits + 3; in wnd_find()
1121 iw = hint >> log2_bits; in wnd_find()
1132 nwnd = likely(t > max_alloc) ? (t >> log2_bits) : wnd->nwnd; in wnd_find()
1137 wbit = iw << log2_bits; in wnd_find()