Searched refs:try_alloc_cnt (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/ntfs/ |
| H A D | attrib.c | 5391 s64 vcn_start, vcn_end, vcn_uninit, vcn, try_alloc_cnt; in ntfs_attr_fallocate() local 5481 try_alloc_cnt = min(rl->length - (vcn - rl->vcn), in ntfs_attr_fallocate() 5485 vcn += try_alloc_cnt; in ntfs_attr_fallocate() 5489 while (try_alloc_cnt > 0) { in ntfs_attr_fallocate() 5493 try_alloc_cnt, &balloc, false, false); in ntfs_attr_fallocate() 5509 try_alloc_cnt -= alloc_cnt; in ntfs_attr_fallocate() 5518 try_alloc_cnt = vcn_end - vcn; in ntfs_attr_fallocate() 5519 while (try_alloc_cnt > 0) { in ntfs_attr_fallocate() 5523 try_alloc_cnt, &balloc, false, false); in ntfs_attr_fallocate() 5530 try_alloc_cnt -= alloc_cnt; in ntfs_attr_fallocate()
|