Home
last modified time | relevance | path

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

/fs/btrfs/
Dfile.c2147 u64 alloc_start; in btrfs_fallocate() local
2155 alloc_start = round_down(offset, blocksize); in btrfs_fallocate()
2169 ret = btrfs_check_data_free_space(inode, alloc_end - alloc_start); in btrfs_fallocate()
2173 ret = btrfs_qgroup_reserve(root, alloc_end - alloc_start); in btrfs_fallocate()
2182 btrfs_wait_ordered_range(inode, alloc_start, alloc_end - alloc_start); in btrfs_fallocate()
2189 if (alloc_start > inode->i_size) { in btrfs_fallocate()
2191 alloc_start); in btrfs_fallocate()
2203 lock_extent_bits(&BTRFS_I(inode)->io_tree, alloc_start, in btrfs_fallocate()
2208 ordered->file_offset + ordered->len > alloc_start && in btrfs_fallocate()
2212 alloc_start, locked_end, in btrfs_fallocate()
[all …]
Dsuper.c521 info->alloc_start = memparse(num, NULL); in btrfs_parse_options()
526 (unsigned long long)info->alloc_start); in btrfs_parse_options()
898 if (info->alloc_start != 0) in btrfs_show_options()
900 (unsigned long long)info->alloc_start); in btrfs_show_options()
1237 u64 old_alloc_start = fs_info->alloc_start; in btrfs_remount()
1325 fs_info->alloc_start = old_alloc_start; in btrfs_remount()
1424 if (fs_info->alloc_start + BTRFS_STRIPE_LEN <= in btrfs_calc_avail_data_space()
1426 skip_space = max(fs_info->alloc_start, skip_space); in btrfs_calc_avail_data_space()
Dctree.h1358 u64 alloc_start; member
Dvolumes.c1027 search_start = max(root->fs_info->alloc_start, 1024ull * 1024); in find_free_dev_extent()