Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/btrfs/tests/
A Dinode-tests.c933 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 …]
/linux-6.3-rc2/fs/btrfs/
A 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()
A Dbtrfs_inode.h224 unsigned outstanding_extents; member
312 inode->outstanding_extents += mod; in btrfs_mod_outstanding_extents()
A Dinode.c8474 ei->outstanding_extents = 0; in btrfs_alloc_inode()
8528 WARN_ON(inode->outstanding_extents); in btrfs_destroy_inode()

Completed in 25 milliseconds