Home
last modified time | relevance | path

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

/linux-2.6.39/fs/btrfs/
Dfile.c1307 u64 alloc_end; in btrfs_fallocate() local
1315 alloc_end = (offset + len + mask) & ~mask; in btrfs_fallocate()
1325 btrfs_wait_ordered_range(inode, alloc_start, alloc_end - alloc_start); in btrfs_fallocate()
1328 ret = inode_newsize_ok(inode, alloc_end); in btrfs_fallocate()
1339 ret = btrfs_check_data_free_space(inode, alloc_end - alloc_start); in btrfs_fallocate()
1343 locked_end = alloc_end - 1; in btrfs_fallocate()
1353 alloc_end - 1); in btrfs_fallocate()
1356 ordered->file_offset < alloc_end) { in btrfs_fallocate()
1366 alloc_end - alloc_start); in btrfs_fallocate()
1377 alloc_end - cur_offset, 0); in btrfs_fallocate()
[all …]
/linux-2.6.39/mm/
Dpercpu.c1086 int alloc = 0, alloc_end = 0; in pcpu_dump_alloc_info() local
1112 for (alloc_end += gi->nr_units / upa; in pcpu_dump_alloc_info()
1113 alloc < alloc_end; alloc++) { in pcpu_dump_alloc_info()
Dpage_alloc.c2323 unsigned long alloc_end = addr + (PAGE_SIZE << order); in make_alloc_exact() local
2327 while (used < alloc_end) { in make_alloc_exact()