Lines Matching refs:delalloc_bytes
1896 percpu_counter_add_batch(&fs_info->delalloc_bytes, len, in btrfs_set_delalloc_extent()
1899 BTRFS_I(inode)->delalloc_bytes += len; in btrfs_set_delalloc_extent()
1968 percpu_counter_add_batch(&fs_info->delalloc_bytes, -len, in btrfs_clear_delalloc_extent()
1971 inode->delalloc_bytes -= len; in btrfs_clear_delalloc_extent()
1972 if (do_list && inode->delalloc_bytes == 0 && in btrfs_clear_delalloc_extent()
3008 cache->delalloc_bytes -= len; in btrfs_release_delalloc_bytes()
9290 ei->delalloc_bytes = 0; in btrfs_alloc_inode()
9358 WARN_ON(BTRFS_I(inode)->delalloc_bytes); in btrfs_destroy_inode()
9466 u64 delalloc_bytes; in btrfs_getattr() local
9492 delalloc_bytes = BTRFS_I(inode)->new_delalloc_bytes; in btrfs_getattr()
9495 ALIGN(delalloc_bytes, blocksize)) >> 9; in btrfs_getattr()