Home
last modified time | relevance | path

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

/fs/btrfs/tests/
Dinode-tests.c965 if (BTRFS_I(inode)->outstanding_extents != 1) { in test_extent_accounting()
968 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
980 if (BTRFS_I(inode)->outstanding_extents != 2) { in test_extent_accounting()
983 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
996 if (BTRFS_I(inode)->outstanding_extents != 2) { in test_extent_accounting()
999 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
1012 if (BTRFS_I(inode)->outstanding_extents != 2) { in test_extent_accounting()
1015 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
1030 if (BTRFS_I(inode)->outstanding_extents != 4) { in test_extent_accounting()
1033 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
[all …]
/fs/btrfs/
Ddelalloc-space.c250 unsigned outstanding_extents; in btrfs_calculate_inode_block_rsv_size() local
253 outstanding_extents = inode->outstanding_extents; in btrfs_calculate_inode_block_rsv_size()
259 if (outstanding_extents) { in btrfs_calculate_inode_block_rsv_size()
261 outstanding_extents); in btrfs_calculate_inode_block_rsv_size()
274 qgroup_rsv_size = (u64)outstanding_extents * fs_info->nodesize; in btrfs_calculate_inode_block_rsv_size()
Dbtrfs_inode.h165 unsigned outstanding_extents; member
264 inode->outstanding_extents += mod; in btrfs_mod_outstanding_extents()
Dinode.c9327 ei->outstanding_extents = 0; in btrfs_alloc_inode()
9382 WARN_ON(BTRFS_I(inode)->outstanding_extents); in btrfs_destroy_inode()