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.c370 zlen = wnd_zone_len(wnd); in ntfs_look_for_free_space()
377 zlen = wnd_zone_len(wnd); in ntfs_look_for_free_space()
413 zlen = wnd_zone_len(wnd); in ntfs_look_for_free_space()
475 zlen = min_t(size_t, NTFS_MIN_MFT_ZONE, wnd_zone_len(wnd)); in ntfs_check_free_space()
497 zlen = wnd_zone_len(wnd); in ntfs_check_free_space()
602 zlen = wnd_zone_len(wnd); in ntfs_look_free_mft()
850 if (wnd_zone_len(wnd)) in ntfs_refresh_zone()
2528 zone_len = wnd_zone_len(wnd); in mark_as_free_ex()
H A Dntfs_fs.h1015 static inline size_t wnd_zone_len(const struct wnd_bitmap *wnd) in wnd_zone_len() function