Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/tests/
H A Dinode-tests.c941 if (BTRFS_I(inode)->outstanding_extents != 1) { in test_extent_accounting()
944 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
956 if (BTRFS_I(inode)->outstanding_extents != 2) { in test_extent_accounting()
959 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
973 if (BTRFS_I(inode)->outstanding_extents != 2) { in test_extent_accounting()
976 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
989 if (BTRFS_I(inode)->outstanding_extents != 2) { in test_extent_accounting()
992 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
1007 if (BTRFS_I(inode)->outstanding_extents != 4) { in test_extent_accounting()
1010 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
[all …]
/openbmc/linux/fs/btrfs/
H A Ddelalloc-space.c248 unsigned outstanding_extents; in btrfs_calculate_inode_block_rsv_size() local
251 outstanding_extents = inode->outstanding_extents; in btrfs_calculate_inode_block_rsv_size()
257 if (outstanding_extents) { in btrfs_calculate_inode_block_rsv_size()
259 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()
H A Dbtrfs_inode.h113 unsigned outstanding_extents; member
336 inode->outstanding_extents += mod; in btrfs_mod_outstanding_extents()
340 mod, inode->outstanding_extents); in btrfs_mod_outstanding_extents()
H A Dinode.c8538 ei->outstanding_extents = 0; in btrfs_alloc_inode()
8591 WARN_ON(inode->outstanding_extents); in btrfs_destroy_inode()