Searched refs:wnd_find (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | fsntfs.c | 402 alen = wnd_find(wnd, len, lcn, BITMAP_FIND_MARK_AS_USED, &alcn); in ntfs_look_for_free_space() 425 alen = wnd_find(wnd, len, 0, in ntfs_look_for_free_space() 586 if (!wnd_find(wnd, 1, MFT_REC_FREE, 0, &zbit)) { in ntfs_look_free_mft() 701 } else if (!wnd_find(wnd, 1, MFT_REC_USER, 0, &fr)) { in ntfs_look_free_mft() 837 zlen = wnd_find(wnd, sbi->zone_max, lcn_s, 0, &lcn_s); in ntfs_refresh_zone()
|
H A D | ntfs_fs.h | 842 /* Possible values for 'flags' 'wnd_find'. */ 845 size_t wnd_find(struct wnd_bitmap *wnd, size_t to_alloc, size_t hint,
|
H A D | bitmap.c | 981 * wnd_find - Look for free space. 987 size_t wnd_find(struct wnd_bitmap *wnd, size_t to_alloc, size_t hint, in wnd_find() function
|
Completed in 7 milliseconds