Home
last modified time | relevance | path

Searched refs:alloc_start (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/fs/btrfs/
Dfile.c2635 u64 alloc_start; in btrfs_fallocate() local
2644 alloc_start = round_down(offset, blocksize); in btrfs_fallocate()
2659 ret = btrfs_alloc_data_chunk_ondemand(inode, alloc_end - alloc_start); in btrfs_fallocate()
2675 if (alloc_start > inode->i_size) { in btrfs_fallocate()
2677 alloc_start); in btrfs_fallocate()
2695 ret = btrfs_wait_ordered_range(inode, alloc_start, in btrfs_fallocate()
2696 alloc_end - alloc_start); in btrfs_fallocate()
2707 lock_extent_bits(&BTRFS_I(inode)->io_tree, alloc_start, in btrfs_fallocate()
2712 ordered->file_offset + ordered->len > alloc_start && in btrfs_fallocate()
2716 alloc_start, locked_end, in btrfs_fallocate()
[all …]
Dsuper.c559 info->alloc_start = memparse(num, NULL); in btrfs_parse_options()
563 info->alloc_start); in btrfs_parse_options()
1134 if (info->alloc_start != 0) in btrfs_show_options()
1135 seq_printf(seq, ",alloc_start=%llu", info->alloc_start); in btrfs_show_options()
1617 u64 old_alloc_start = fs_info->alloc_start; in btrfs_remount()
1754 fs_info->alloc_start = old_alloc_start; in btrfs_remount()
1846 if (fs_info->alloc_start) in btrfs_calc_avail_data_space()
1871 if (fs_info->alloc_start && in btrfs_calc_avail_data_space()
1872 fs_info->alloc_start + BTRFS_STRIPE_LEN <= in btrfs_calc_avail_data_space()
1875 skip_space = max(fs_info->alloc_start, skip_space); in btrfs_calc_avail_data_space()
[all …]
Dctree.h1504 u64 alloc_start; member
Dvolumes.c1268 min_search_start = max(root->fs_info->alloc_start, 1024ull * 1024); in find_free_dev_extent_start()
/linux-4.4.14/drivers/dma/
Diop-adma.c269 struct iop_adma_desc_slot *iter, *_iter, *alloc_start = NULL; in iop_adma_alloc_slots() local
304 alloc_start = iter; in iop_adma_alloc_slots()
314 iter = alloc_start; in iop_adma_alloc_slots()
341 alloc_tail->group_head = alloc_start; in iop_adma_alloc_slots()
345 iop_desc_clear_next_desc(alloc_start); in iop_adma_alloc_slots()
/linux-4.4.14/Documentation/filesystems/
Dbtrfs.txt43 alloc_start=<bytes>
/linux-4.4.14/drivers/dma/ppc4xx/
Dadma.c1705 struct ppc440spe_adma_desc_slot *alloc_start = NULL; in ppc440spe_adma_alloc_slots() local
1734 alloc_start = iter; in ppc440spe_adma_alloc_slots()
1740 iter = alloc_start; in ppc440spe_adma_alloc_slots()
1763 alloc_tail->group_head = alloc_start; in ppc440spe_adma_alloc_slots()