Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ntfs3/
Dbitmap.c56 return i + 1 == wnd->nwnd ? wnd->bits_last : wnd->sb->s_blocksize * 8; in wnd_bits()
526 wbits = wnd->bits_last; in wnd_rescan()
665 wnd->bits_last = nbits & (wbits - 1); in wnd_init()
666 if (!wnd->bits_last) in wnd_init()
667 wnd->bits_last = wbits; in wnd_init()
729 wbits = wnd->bits_last; in wnd_set_free()
782 wbits = wnd->bits_last; in wnd_set_used()
832 wbits = wnd->bits_last; in wnd_is_free_hlp()
924 wbits = wnd->bits_last; in wnd_is_used()
1153 wbits = wnd->bits_last; in wnd_find()
[all …]
Dntfs_fs.h145 u32 bits_last; // Bits in last window. member