Searched refs:to_alloc (Results 1 – 4 of 4) sorted by relevance
| /fs/ntfs3/ |
| A D | bitmap.c | 104 if (free_len >= to_alloc) in wnd_scan() 966 size_t to_alloc0 = to_alloc; in wnd_find() 1041 if (len >= to_alloc && hint + to_alloc <= max_alloc) { in wnd_find() 1047 if (len > to_alloc) in wnd_find() 1048 len = to_alloc; in wnd_find() 1052 to_alloc = len; in wnd_find() 1072 to_alloc = e->count.key; in wnd_find() 1074 to_alloc = e->count.key; in wnd_find() 1196 wzbit, to_alloc, in wnd_find() 1284 to_alloc = b_len; in wnd_find() [all …]
|
| A D | file.c | 654 loff_t to_alloc = new_size - inode_get_bytes(inode); in ntfs_fallocate() local 656 if (to_alloc > 0 && in ntfs_fallocate() 657 (to_alloc >> cluster_bits) > in ntfs_fallocate()
|
| A D | attrib.c | 896 CLST hint, svcn, to_alloc, evcn1, next_svcn, asize, end, vcn0, alen; in attr_data_get_block() local 1015 to_alloc = clen; in attr_data_get_block() 1026 to_alloc = ((vcn0 + clen + clst_per_frame - 1) & cmask) - vcn; in attr_data_get_block() 1048 if (vcn + to_alloc > asize) in attr_data_get_block() 1049 to_alloc = asize - vcn; in attr_data_get_block() 1065 err = attr_allocate_clusters(sbi, run, vcn, hint + 1, to_alloc, NULL, in attr_data_get_block()
|
| A D | ntfs_fs.h | 850 size_t wnd_find(struct wnd_bitmap *wnd, size_t to_alloc, size_t hint,
|
Completed in 19 milliseconds