Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ntfs3/
A Dbitmap.c520 wbits = wnd->bits_last; in wnd_rescan()
657 wnd->bits_last = nbits & (wbits - 1); in wnd_init()
658 if (!wnd->bits_last) in wnd_init()
659 wnd->bits_last = wbits; in wnd_init()
720 wbits = wnd->bits_last; in wnd_set_free()
770 wbits = wnd->bits_last; in wnd_set_used()
857 wbits = wnd->bits_last; in wnd_is_free_hlp()
949 wbits = wnd->bits_last; in wnd_is_used()
1177 wbits = wnd->bits_last; in wnd_find()
1406 wnd->bits_last = new_last; in wnd_extend()
[all …]
A Dntfs_fs.h148 u32 bits_last; // Bits in last window. member

Completed in 9 milliseconds