Home
last modified time | relevance | path

Searched refs:alloc_end (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/btrfs/
Dfile.c2636 u64 alloc_end; in btrfs_fallocate() local
2645 alloc_end = round_up(offset + len, blocksize); in btrfs_fallocate()
2659 ret = btrfs_alloc_data_chunk_ondemand(inode, alloc_end - alloc_start); in btrfs_fallocate()
2664 ret = inode_newsize_ok(inode, alloc_end); in btrfs_fallocate()
2696 alloc_end - alloc_start); in btrfs_fallocate()
2700 locked_end = alloc_end - 1; in btrfs_fallocate()
2710 alloc_end - 1); in btrfs_fallocate()
2713 ordered->file_offset < alloc_end) { in btrfs_fallocate()
2723 alloc_end - alloc_start); in btrfs_fallocate()
2738 alloc_end - cur_offset, 0); in btrfs_fallocate()
[all …]
/linux-4.4.14/mm/
Dpercpu.c1427 int alloc = 0, alloc_end = 0; in pcpu_dump_alloc_info() local
1453 for (alloc_end += gi->nr_units / upa; in pcpu_dump_alloc_info()
1454 alloc < alloc_end; alloc++) { in pcpu_dump_alloc_info()
Dpage_alloc.c3476 unsigned long alloc_end = addr + (PAGE_SIZE << order); in make_alloc_exact() local
3480 while (used < alloc_end) { in make_alloc_exact()