Searched refs:outstanding_extents (Results 1 – 4 of 4) sorted by relevance
933 if (BTRFS_I(inode)->outstanding_extents != 1) { in test_extent_accounting()936 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()951 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()968 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()984 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()1002 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()1019 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()1036 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()1054 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()1066 if (BTRFS_I(inode)->outstanding_extents) { in test_extent_accounting()[all …]
249 unsigned outstanding_extents; in btrfs_calculate_inode_block_rsv_size() local252 outstanding_extents = inode->outstanding_extents; in btrfs_calculate_inode_block_rsv_size()258 if (outstanding_extents) { in btrfs_calculate_inode_block_rsv_size()260 outstanding_extents); in btrfs_calculate_inode_block_rsv_size()273 qgroup_rsv_size = (u64)outstanding_extents * fs_info->nodesize; in btrfs_calculate_inode_block_rsv_size()
224 unsigned outstanding_extents; member312 inode->outstanding_extents += mod; in btrfs_mod_outstanding_extents()
8474 ei->outstanding_extents = 0; in btrfs_alloc_inode()8528 WARN_ON(inode->outstanding_extents); in btrfs_destroy_inode()
Completed in 26 milliseconds