Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/tests/
Dinode-tests.c933 if (BTRFS_I(inode)->outstanding_extents != 1) { in test_extent_accounting()
936 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
948 if (BTRFS_I(inode)->outstanding_extents != 2) { in test_extent_accounting()
951 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
965 if (BTRFS_I(inode)->outstanding_extents != 2) { in test_extent_accounting()
968 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
981 if (BTRFS_I(inode)->outstanding_extents != 2) { in test_extent_accounting()
984 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
999 if (BTRFS_I(inode)->outstanding_extents != 4) { in test_extent_accounting()
1002 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
[all …]
/Linux-v6.6/fs/btrfs/
Ddelalloc-space.c249 unsigned outstanding_extents; in btrfs_calculate_inode_block_rsv_size() local
252 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()
Dbtrfs_inode.h232 unsigned outstanding_extents; member
331 inode->outstanding_extents += mod; in btrfs_mod_outstanding_extents()
335 mod, inode->outstanding_extents); in btrfs_mod_outstanding_extents()
Dinode.c8474 ei->outstanding_extents = 0; in btrfs_alloc_inode()
8527 WARN_ON(inode->outstanding_extents); in btrfs_destroy_inode()