Home
last modified time | relevance | path

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

/linux-6.14.4/fs/btrfs/tests/
Dinode-tests.c929 if (BTRFS_I(inode)->outstanding_extents != 1) { in test_extent_accounting()
932 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
944 if (BTRFS_I(inode)->outstanding_extents != 2) { in test_extent_accounting()
947 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
961 if (BTRFS_I(inode)->outstanding_extents != 2) { in test_extent_accounting()
964 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
977 if (BTRFS_I(inode)->outstanding_extents != 2) { in test_extent_accounting()
980 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
995 if (BTRFS_I(inode)->outstanding_extents != 4) { in test_extent_accounting()
998 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
[all …]
/linux-6.14.4/fs/btrfs/
Ddelalloc-space.c246 unsigned outstanding_extents; in btrfs_calculate_inode_block_rsv_size() local
249 outstanding_extents = inode->outstanding_extents; in btrfs_calculate_inode_block_rsv_size()
255 if (outstanding_extents) { in btrfs_calculate_inode_block_rsv_size()
257 outstanding_extents); in btrfs_calculate_inode_block_rsv_size()
272 qgroup_rsv_size = (u64)outstanding_extents * fs_info->nodesize; in btrfs_calculate_inode_block_rsv_size()
Dbtrfs_inode.h182 unsigned outstanding_extents; member
433 inode->outstanding_extents += mod; in btrfs_mod_outstanding_extents()
437 mod, inode->outstanding_extents); in btrfs_mod_outstanding_extents()
Dinode.c7721 ei->outstanding_extents = 0; in btrfs_alloc_inode()
7780 WARN_ON(inode->outstanding_extents); in btrfs_destroy_inode()