Lines Matching refs:delalloc_bytes
1724 __percpu_counter_add(&root->fs_info->delalloc_bytes, len, in btrfs_set_bit_hook()
1727 BTRFS_I(inode)->delalloc_bytes += len; in btrfs_set_bit_hook()
1788 __percpu_counter_add(&root->fs_info->delalloc_bytes, -len, in btrfs_clear_bit_hook()
1791 BTRFS_I(inode)->delalloc_bytes -= len; in btrfs_clear_bit_hook()
1792 if (do_list && BTRFS_I(inode)->delalloc_bytes == 0 && in btrfs_clear_bit_hook()
2805 cache->delalloc_bytes -= len; in btrfs_release_delalloc_bytes()
9043 ei->delalloc_bytes = 0; in btrfs_alloc_inode()
9104 WARN_ON(BTRFS_I(inode)->delalloc_bytes); in btrfs_destroy_inode()
9232 u64 delalloc_bytes; in btrfs_getattr() local
9241 delalloc_bytes = BTRFS_I(inode)->delalloc_bytes; in btrfs_getattr()
9244 ALIGN(delalloc_bytes, blocksize)) >> 9; in btrfs_getattr()