Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ntfs3/ !
Dbitmap.c521 wbits = wnd->bits_last; in wnd_rescan()
660 wnd->bits_last = nbits & (wbits - 1); in wnd_init()
661 if (!wnd->bits_last) in wnd_init()
662 wnd->bits_last = wbits; in wnd_init()
724 wbits = wnd->bits_last; in wnd_set_free()
777 wbits = wnd->bits_last; in wnd_set_used()
827 wbits = wnd->bits_last; in wnd_is_free_hlp()
919 wbits = wnd->bits_last; in wnd_is_used()
1148 wbits = wnd->bits_last; in wnd_find()
1382 wnd->bits_last = new_last; in wnd_extend()
[all …]
Dntfs_fs.h144 u32 bits_last; // Bits in last window. member