Lines Matching refs:buf_size
146 int err = 0, rlpos, rlsize, buf_size; in ntfs_cluster_alloc() local
278 buf_size = last_read_pos & ~PAGE_MASK; in ntfs_cluster_alloc()
279 buf = page_address(page) + buf_size; in ntfs_cluster_alloc()
280 buf_size = PAGE_SIZE - buf_size; in ntfs_cluster_alloc()
281 if (unlikely(last_read_pos + buf_size > i_size)) in ntfs_cluster_alloc()
282 buf_size = i_size - last_read_pos; in ntfs_cluster_alloc()
283 buf_size <<= 3; in ntfs_cluster_alloc()
287 "bmp_pos 0x%llx, need_writeback %i.", buf_size, in ntfs_cluster_alloc()
290 while (lcn < buf_size && lcn + bmp_pos < zone_end) { in ntfs_cluster_alloc()
295 "*byte 0x%x.", buf_size, in ntfs_cluster_alloc()
482 bmp_pos += buf_size; in ntfs_cluster_alloc()
485 buf_size, (unsigned long long)lcn, in ntfs_cluster_alloc()