Home
last modified time | relevance | path

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

/fs/btrfs/
Dfile.c2653 u64 alloc_start; in btrfs_fallocate() local
2662 alloc_start = round_down(offset, blocksize); in btrfs_fallocate()
2677 ret = btrfs_alloc_data_chunk_ondemand(inode, alloc_end - alloc_start); in btrfs_fallocate()
2693 if (alloc_start > inode->i_size) { in btrfs_fallocate()
2695 alloc_start); in btrfs_fallocate()
2713 ret = btrfs_wait_ordered_range(inode, alloc_start, in btrfs_fallocate()
2714 alloc_end - alloc_start); in btrfs_fallocate()
2725 lock_extent_bits(&BTRFS_I(inode)->io_tree, alloc_start, in btrfs_fallocate()
2730 ordered->file_offset + ordered->len > alloc_start && in btrfs_fallocate()
2734 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()
1135 if (info->alloc_start != 0) in btrfs_show_options()
1136 seq_printf(seq, ",alloc_start=%llu", info->alloc_start); in btrfs_show_options()
1623 u64 old_alloc_start = fs_info->alloc_start; in btrfs_remount()
1764 fs_info->alloc_start = old_alloc_start; in btrfs_remount()
1856 if (fs_info->alloc_start) in btrfs_calc_avail_data_space()
1881 if (fs_info->alloc_start && in btrfs_calc_avail_data_space()
1882 fs_info->alloc_start + BTRFS_STRIPE_LEN <= in btrfs_calc_avail_data_space()
1885 skip_space = max(fs_info->alloc_start, skip_space); in btrfs_calc_avail_data_space()
[all …]
Dctree.h1506 u64 alloc_start; member
Dvolumes.c1269 min_search_start = max(root->fs_info->alloc_start, 1024ull * 1024); in find_free_dev_extent_start()