Home
last modified time | relevance | path

Searched refs:wnd_zeroes (Results 1 – 7 of 7) sorted by relevance

/linux/fs/ntfs3/
H A Dfsntfs.c414 zeroes = wnd_zeroes(wnd); in ntfs_look_for_free_space()
467 free = wnd_zeroes(wnd); in ntfs_check_free_space()
496 free = wnd_zeroes(wnd); in ntfs_check_free_space()
H A Dsuper.c506 sbi->mft.bitmap.nbits - wnd_zeroes(&sbi->mft.bitmap), in ntfs3_volinfo()
750 buf->f_bfree = wnd_zeroes(wnd); in ntfs_statfs()
H A Dfile.c641 wnd_zeroes(&sbi->used.bitmap)) { in ntfs_fallocate()
H A Dbitmap.c992 size_t zeroes = wnd_zeroes(wnd); in wnd_find()
H A Dntfs_fs.h931 static inline size_t wnd_zeroes(const struct wnd_bitmap *wnd) in wnd_zeroes() function
H A Dattrib.c620 free = wnd_zeroes(&sbi->used.bitmap); in attr_set_size_ex()
H A Dfrecord.c2040 if (cend > wnd_zeroes(&sbi->used.bitmap)) { in ni_decompress_file()