Lines Matching refs:delalloc_bytes
1995 percpu_counter_add_batch(&fs_info->delalloc_bytes, len, in btrfs_set_delalloc_extent()
1998 BTRFS_I(inode)->delalloc_bytes += len; in btrfs_set_delalloc_extent()
2067 percpu_counter_add_batch(&fs_info->delalloc_bytes, -len, in btrfs_clear_delalloc_extent()
2070 inode->delalloc_bytes -= len; in btrfs_clear_delalloc_extent()
2071 if (do_list && inode->delalloc_bytes == 0 && in btrfs_clear_delalloc_extent()
3181 cache->delalloc_bytes -= len; in btrfs_release_delalloc_bytes()
9473 ei->delalloc_bytes = 0; in btrfs_alloc_inode()
9541 WARN_ON(BTRFS_I(inode)->delalloc_bytes); in btrfs_destroy_inode()
9649 u64 delalloc_bytes; in btrfs_getattr() local
9675 delalloc_bytes = BTRFS_I(inode)->new_delalloc_bytes; in btrfs_getattr()
9678 ALIGN(delalloc_bytes, blocksize)) >> 9; in btrfs_getattr()