Searched refs:try_alloc_cnt (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/ntfs/ |
| H A D | attrib.c | 5736 s64 vcn_start, vcn_end, vcn_uninit, vcn, try_alloc_cnt; in ntfs_attr_fallocate() local 5831 try_alloc_cnt = min(rl_length - (vcn - rl_vcn), in ntfs_attr_fallocate() 5835 vcn += try_alloc_cnt; in ntfs_attr_fallocate() 5839 while (try_alloc_cnt > 0) { in ntfs_attr_fallocate() 5843 try_alloc_cnt, &balloc, false, false); in ntfs_attr_fallocate() 5862 try_alloc_cnt -= alloc_cnt; in ntfs_attr_fallocate() 5871 try_alloc_cnt = vcn_end - vcn; in ntfs_attr_fallocate() 5872 while (try_alloc_cnt > 0) { in ntfs_attr_fallocate() 5876 try_alloc_cnt, &balloc, false, false); in ntfs_attr_fallocate() 5883 try_alloc_cnt -= alloc_cnt; in ntfs_attr_fallocate()
|