Searched refs:alloc_start (Results 1 – 4 of 4) sorted by relevance
/fs/btrfs/ |
D | file.c | 2692 u64 alloc_start; in btrfs_fallocate() local 2701 alloc_start = round_down(offset, blocksize); in btrfs_fallocate() 2703 cur_offset = alloc_start; in btrfs_fallocate() 2717 ret = btrfs_alloc_data_chunk_ondemand(inode, alloc_end - alloc_start); in btrfs_fallocate() 2736 if (alloc_start > inode->i_size) { in btrfs_fallocate() 2738 alloc_start); in btrfs_fallocate() 2756 ret = btrfs_wait_ordered_range(inode, alloc_start, in btrfs_fallocate() 2757 alloc_end - alloc_start); in btrfs_fallocate() 2768 lock_extent_bits(&BTRFS_I(inode)->io_tree, alloc_start, in btrfs_fallocate() 2773 ordered->file_offset + ordered->len > alloc_start && in btrfs_fallocate() [all …]
|
D | super.c | 610 info->alloc_start = memparse(num, NULL); in btrfs_parse_options() 615 info->alloc_start); in btrfs_parse_options() 1239 if (info->alloc_start != 0) in btrfs_show_options() 1240 seq_printf(seq, ",alloc_start=%llu", info->alloc_start); in btrfs_show_options() 1724 u64 old_alloc_start = fs_info->alloc_start; in btrfs_remount() 1867 fs_info->alloc_start = old_alloc_start; in btrfs_remount() 1959 if (fs_info->alloc_start) in btrfs_calc_avail_data_space() 1984 if (fs_info->alloc_start && in btrfs_calc_avail_data_space() 1985 fs_info->alloc_start + BTRFS_STRIPE_LEN <= in btrfs_calc_avail_data_space() 1988 skip_space = max(fs_info->alloc_start, skip_space); in btrfs_calc_avail_data_space() [all …]
|
D | ctree.h | 781 u64 alloc_start; member
|
D | volumes.c | 1361 min_search_start = max(root->fs_info->alloc_start, 1024ull * 1024); in find_free_dev_extent_start()
|