Lines Matching refs:delalloc_bytes
1791 percpu_counter_add_batch(&fs_info->delalloc_bytes, len, in btrfs_set_bit_hook()
1794 BTRFS_I(inode)->delalloc_bytes += len; in btrfs_set_bit_hook()
1863 percpu_counter_add_batch(&fs_info->delalloc_bytes, -len, in btrfs_clear_bit_hook()
1866 inode->delalloc_bytes -= len; in btrfs_clear_bit_hook()
1867 if (do_list && inode->delalloc_bytes == 0 && in btrfs_clear_bit_hook()
2921 cache->delalloc_bytes -= len; in btrfs_release_delalloc_bytes()
9158 ei->delalloc_bytes = 0; in btrfs_alloc_inode()
9226 WARN_ON(BTRFS_I(inode)->delalloc_bytes); in btrfs_destroy_inode()
9329 u64 delalloc_bytes; in btrfs_getattr() local
9355 delalloc_bytes = BTRFS_I(inode)->new_delalloc_bytes; in btrfs_getattr()
9358 ALIGN(delalloc_bytes, blocksize)) >> 9; in btrfs_getattr()