Home
last modified time | relevance | path

Searched refs:wnd_find (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/fs/ntfs3/
Dfsntfs.c406 alen = wnd_find(wnd, len, lcn, BITMAP_FIND_MARK_AS_USED, &alcn); in ntfs_look_for_free_space()
429 alen = wnd_find(wnd, len, 0, in ntfs_look_for_free_space()
557 if (!wnd_find(wnd, 1, MFT_REC_FREE, 0, &zbit)) { in ntfs_look_free_mft()
672 } else if (!wnd_find(wnd, 1, MFT_REC_USER, 0, &fr)) { in ntfs_look_free_mft()
808 zlen = wnd_find(wnd, sbi->zone_max, lcn_s, 0, &lcn_s); in ntfs_refresh_zone()
Dntfs_fs.h831 size_t wnd_find(struct wnd_bitmap *wnd, size_t to_alloc, size_t hint,
Dbitmap.c954 size_t wnd_find(struct wnd_bitmap *wnd, size_t to_alloc, size_t hint, in wnd_find() function