Lines Matching refs:delalloc_bytes
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()
4573 BTRFS_I(inode)->delalloc_bytes) >> 9; in btrfs_getattr()