Lines Matching refs:delalloc_bytes
1714 __percpu_counter_add(&root->fs_info->delalloc_bytes, len, in btrfs_set_bit_hook()
1717 BTRFS_I(inode)->delalloc_bytes += len; in btrfs_set_bit_hook()
1777 __percpu_counter_add(&root->fs_info->delalloc_bytes, -len, in btrfs_clear_bit_hook()
1780 BTRFS_I(inode)->delalloc_bytes -= len; in btrfs_clear_bit_hook()
1781 if (do_list && BTRFS_I(inode)->delalloc_bytes == 0 && in btrfs_clear_bit_hook()
2784 cache->delalloc_bytes -= len; in btrfs_release_delalloc_bytes()
8901 ei->delalloc_bytes = 0; in btrfs_alloc_inode()
8964 WARN_ON(BTRFS_I(inode)->delalloc_bytes); in btrfs_destroy_inode()
9091 u64 delalloc_bytes; in btrfs_getattr() local
9100 delalloc_bytes = BTRFS_I(inode)->delalloc_bytes; in btrfs_getattr()
9103 ALIGN(delalloc_bytes, blocksize)) >> 9; in btrfs_getattr()