Searched refs:delalloc_bytes (Results 1 – 5 of 5) sorted by relevance
98 u64 delalloc_bytes; member
1167 BTRFS_I(inode)->delalloc_bytes += end - start + 1; in btrfs_set_bit_hook()1168 root->fs_info->delalloc_bytes += end - start + 1; in btrfs_set_bit_hook()1193 if (end - start + 1 > root->fs_info->delalloc_bytes) { in btrfs_clear_bit_hook()1198 root->fs_info->delalloc_bytes); in btrfs_clear_bit_hook()1200 root->fs_info->delalloc_bytes = 0; in btrfs_clear_bit_hook()1201 BTRFS_I(inode)->delalloc_bytes = 0; in btrfs_clear_bit_hook()1205 root->fs_info->delalloc_bytes -= end - start + 1; in btrfs_clear_bit_hook()1206 BTRFS_I(inode)->delalloc_bytes -= end - start + 1; in btrfs_clear_bit_hook()1208 if (BTRFS_I(inode)->delalloc_bytes == 0 && in btrfs_clear_bit_hook()2982 bi->delalloc_bytes = 0; in init_btrfs_i()[all …]
2273 if (fs_info->delalloc_bytes) { in close_ctree()2275 fs_info->delalloc_bytes); in close_ctree()
821 if (BTRFS_I(src)->delalloc_bytes == 0 && !ordered) in btrfs_ioctl_clone()
797 u64 delalloc_bytes; member