Lines Matching refs:prealloc
409 int prealloc; in btrfs_save_ino_cache() local
490 prealloc = sizeof(struct btrfs_free_space) * ctl->free_extents; in btrfs_save_ino_cache()
491 prealloc = ALIGN(prealloc, PAGE_SIZE); in btrfs_save_ino_cache()
492 prealloc += ctl->total_bitmaps * PAGE_SIZE; in btrfs_save_ino_cache()
496 prealloc += 8 * PAGE_SIZE; in btrfs_save_ino_cache()
499 prealloc); in btrfs_save_ino_cache()
503 ret = btrfs_prealloc_file_range_trans(inode, trans, 0, 0, prealloc, in btrfs_save_ino_cache()
504 prealloc, prealloc, &alloc_hint); in btrfs_save_ino_cache()
506 btrfs_delalloc_release_extents(BTRFS_I(inode), prealloc); in btrfs_save_ino_cache()
507 btrfs_delalloc_release_metadata(BTRFS_I(inode), prealloc, true); in btrfs_save_ino_cache()
512 btrfs_delalloc_release_extents(BTRFS_I(inode), prealloc); in btrfs_save_ino_cache()