Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs3/
H A Dfsntfs.c380 lcn = wnd_zone_bit(wnd); in ntfs_look_for_free_space()
417 zlcn = wnd_zone_bit(wnd); in ntfs_look_for_free_space()
578 zbit = wnd_zone_bit(wnd); in ntfs_look_free_mft()
755 if (rno < wnd_zone_bit(wnd)) in ntfs_mark_rec_free()
2528 CLST zone_lcn = wnd_zone_bit(wnd); in mark_as_free_ex()
H A Dntfs_fs.h925 static inline size_t wnd_zone_bit(const struct wnd_bitmap *wnd) in wnd_zone_bit() function