Home
last modified time | relevance | path

Searched refs:outstanding_extents (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/fs/btrfs/tests/
Dinode-tests.c951 if (BTRFS_I(inode)->outstanding_extents != 1) { in test_extent_accounting()
954 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
966 if (BTRFS_I(inode)->outstanding_extents != 2) { in test_extent_accounting()
969 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
983 if (BTRFS_I(inode)->outstanding_extents != 2) { in test_extent_accounting()
986 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
999 if (BTRFS_I(inode)->outstanding_extents != 2) { in test_extent_accounting()
1002 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
1017 if (BTRFS_I(inode)->outstanding_extents != 4) { in test_extent_accounting()
1020 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
[all …]
/linux-6.1.9/fs/btrfs/
Ddelalloc-space.c247 unsigned outstanding_extents; in btrfs_calculate_inode_block_rsv_size() local
250 outstanding_extents = inode->outstanding_extents; in btrfs_calculate_inode_block_rsv_size()
256 if (outstanding_extents) { in btrfs_calculate_inode_block_rsv_size()
258 outstanding_extents); in btrfs_calculate_inode_block_rsv_size()
271 qgroup_rsv_size = (u64)outstanding_extents * fs_info->nodesize; in btrfs_calculate_inode_block_rsv_size()
Dbtrfs_inode.h230 unsigned outstanding_extents; member
318 inode->outstanding_extents += mod; in btrfs_mod_outstanding_extents()
Dinode.c8772 ei->outstanding_extents = 0; in btrfs_alloc_inode()
8826 WARN_ON(inode->outstanding_extents); in btrfs_destroy_inode()