Searched refs:alcn (Results 1 – 1 of 1) sorted by relevance
/linux/fs/ntfs3/ |
H A D | fsntfs.c | 359 size_t alcn, zlen, zeroes, zlcn, zlen2, ztrim, new_zlen; in ntfs_look_for_free_space() local 389 alcn = lcn; in ntfs_look_for_free_space() 402 alen = wnd_find(wnd, len, lcn, BITMAP_FIND_MARK_AS_USED, &alcn); in ntfs_look_for_free_space() 426 BITMAP_FIND_MARK_AS_USED | BITMAP_FIND_FULL, &alcn); in ntfs_look_for_free_space() 435 *new_lcn = alcn; in ntfs_look_for_free_space() 437 ntfs_unmap_meta(sb, alcn, alen); in ntfs_look_for_free_space() 441 sbi->used.next_free_lcn = alcn + alen; in ntfs_look_for_free_space()
|