Lines Matching refs:alen
361 CLST alen; in ntfs_look_for_free_space() local
385 alen = min_t(CLST, len, zlen); in ntfs_look_for_free_space()
387 wnd_zone_set(wnd, lcn + alen, zlen - alen); in ntfs_look_for_free_space()
389 err = wnd_set_used(wnd, lcn, alen); in ntfs_look_for_free_space()
406 alen = wnd_find(wnd, len, lcn, BITMAP_FIND_MARK_AS_USED, &alcn); in ntfs_look_for_free_space()
407 if (alen) in ntfs_look_for_free_space()
429 alen = wnd_find(wnd, len, 0, in ntfs_look_for_free_space()
431 if (!alen) { in ntfs_look_for_free_space()
438 *new_len = alen; in ntfs_look_for_free_space()
441 ntfs_unmap_meta(sb, alcn, alen); in ntfs_look_for_free_space()
445 sbi->used.next_free_lcn = alcn + alen; in ntfs_look_for_free_space()