Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dbitmap.c517 wnd->total_zeroes = 0; in wnd_rescan()
546 wnd->total_zeroes += wbits; in wnd_rescan()
581 wnd->total_zeroes += frb; in wnd_rescan()
671 wnd->total_zeroes = nbits; in wnd_init()
753 wnd->total_zeroes += op; in wnd_set_free()
794 wnd->total_zeroes -= op; in wnd_set_used()
1384 wnd->total_zeroes += frb - wnd->free_bits[iw]; in wnd_extend()
H A Dntfs_fs.h154 size_t total_zeroes; // Total number of free bits. member
933 return wnd->total_zeroes; in wnd_zeroes()