Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dfsntfs.c364 zlen = wnd_zone_len(wnd); in ntfs_look_for_free_space()
371 zlen = wnd_zone_len(wnd); in ntfs_look_for_free_space()
407 zlen = wnd_zone_len(wnd); in ntfs_look_for_free_space()
469 zlen = min_t(size_t, NTFS_MIN_MFT_ZONE, wnd_zone_len(wnd)); in ntfs_check_free_space()
491 zlen = wnd_zone_len(wnd); in ntfs_check_free_space()
596 zlen = wnd_zone_len(wnd); in ntfs_look_free_mft()
844 if (wnd_zone_len(wnd)) in ntfs_refresh_zone()
2520 zone_len = wnd_zone_len(wnd); in mark_as_free_ex()
H A Dntfs_fs.h985 static inline size_t wnd_zone_len(const struct wnd_bitmap *wnd) in wnd_zone_len() function