Searched refs:try_alloc_cnt (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/ntfs/ |
| H A D | attrib.c | 5389 s64 vcn_start, vcn_end, vcn_uninit, vcn, try_alloc_cnt; in ntfs_attr_fallocate() local 5479 try_alloc_cnt = min(rl->length - (vcn - rl->vcn), in ntfs_attr_fallocate() 5483 vcn += try_alloc_cnt; in ntfs_attr_fallocate() 5487 while (try_alloc_cnt > 0) { in ntfs_attr_fallocate() 5491 try_alloc_cnt, &balloc, false, false); in ntfs_attr_fallocate() 5507 try_alloc_cnt -= alloc_cnt; in ntfs_attr_fallocate() 5516 try_alloc_cnt = vcn_end - vcn; in ntfs_attr_fallocate() 5517 while (try_alloc_cnt > 0) { in ntfs_attr_fallocate() 5521 try_alloc_cnt, &balloc, false, false); in ntfs_attr_fallocate() 5528 try_alloc_cnt -= alloc_cnt; in ntfs_attr_fallocate()
|