Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs3/
H A Dbitmap.c515 wnd->total_zeroes = 0; in wnd_rescan()
537 wnd->total_zeroes += wbits; in wnd_rescan()
565 wnd->total_zeroes += frb; in wnd_rescan()
654 wnd->total_zeroes = nbits; in wnd_init()
745 wnd->total_zeroes += op; in wnd_set_free()
794 wnd->total_zeroes -= op; in wnd_set_used()
1395 wnd->total_zeroes += frb - wnd->free_bits[iw]; in wnd_extend()
H A Dntfs_fs.h150 size_t total_zeroes; // Total number of free bits. member
832 return wnd->total_zeroes; in wnd_zeroes()