Searched refs:outstanding_extents (Results 1 – 4 of 4) sorted by relevance
930 if (BTRFS_I(inode)->outstanding_extents != 1) { in test_extent_accounting()933 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()948 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()964 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()980 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()998 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()1015 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()1031 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()1049 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()1060 if (BTRFS_I(inode)->outstanding_extents) { in test_extent_accounting()[all …]
256 unsigned outstanding_extents; in btrfs_calculate_inode_block_rsv_size() local259 outstanding_extents = inode->outstanding_extents; in btrfs_calculate_inode_block_rsv_size()265 if (outstanding_extents) { in btrfs_calculate_inode_block_rsv_size()267 outstanding_extents); in btrfs_calculate_inode_block_rsv_size()282 qgroup_rsv_size = (u64)outstanding_extents * fs_info->nodesize; in btrfs_calculate_inode_block_rsv_size()
183 unsigned outstanding_extents; member434 inode->outstanding_extents += mod; in btrfs_mod_outstanding_extents()438 mod, inode->outstanding_extents); in btrfs_mod_outstanding_extents()
7850 ei->outstanding_extents = 0; in btrfs_alloc_inode()7909 WARN_ON(inode->outstanding_extents); in btrfs_destroy_inode()
Completed in 25 milliseconds