Home
last modified time | relevance | path

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

/openbmc/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()
460 zlen = min_t(size_t, NTFS_MIN_MFT_ZONE, wnd_zone_len(wnd)); in ntfs_check_for_free_space()
471 zlen = wnd_zone_len(wnd); in ntfs_check_for_free_space()
573 zlen = wnd_zone_len(wnd); in ntfs_look_free_mft()
821 if (wnd_zone_len(wnd)) in ntfs_refresh_zone()
2518 zone_len = wnd_zone_len(wnd); in mark_as_free_ex()
H A Dntfs_fs.h930 static inline size_t wnd_zone_len(const struct wnd_bitmap *wnd) in wnd_zone_len() function