Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dfile.c2557 u64 alloc_end; in btrfs_fallocate() local
2565 alloc_end = round_up(offset + len, blocksize); in btrfs_fallocate()
2578 ret = btrfs_check_data_free_space(inode, alloc_end - alloc_start, alloc_end - alloc_start); in btrfs_fallocate()
2583 ret = inode_newsize_ok(inode, alloc_end); in btrfs_fallocate()
2608 alloc_end - alloc_start); in btrfs_fallocate()
2612 locked_end = alloc_end - 1; in btrfs_fallocate()
2622 alloc_end - 1); in btrfs_fallocate()
2625 ordered->file_offset < alloc_end) { in btrfs_fallocate()
2635 alloc_end - alloc_start); in btrfs_fallocate()
2650 alloc_end - cur_offset, 0); in btrfs_fallocate()
[all …]
/linux-4.1.27/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.c3050 unsigned long alloc_end = addr + (PAGE_SIZE << order); in make_alloc_exact() local
3054 while (used < alloc_end) { in make_alloc_exact()