Home
last modified time | relevance | path

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

/linux/fs/btrfs/tests/
A Dinode-tests.c951 if (BTRFS_I(inode)->outstanding_extents != 1) { in test_extent_accounting()
954 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
969 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
986 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
1002 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
1020 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
1037 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
1054 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
1072 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
1084 if (BTRFS_I(inode)->outstanding_extents) { in test_extent_accounting()
[all …]
/linux/fs/btrfs/
A Ddelalloc-space.c240 unsigned outstanding_extents; in btrfs_calculate_inode_block_rsv_size() local
243 outstanding_extents = inode->outstanding_extents; in btrfs_calculate_inode_block_rsv_size()
249 if (outstanding_extents) { in btrfs_calculate_inode_block_rsv_size()
251 outstanding_extents); in btrfs_calculate_inode_block_rsv_size()
264 qgroup_rsv_size = (u64)outstanding_extents * fs_info->nodesize; in btrfs_calculate_inode_block_rsv_size()
A Dbtrfs_inode.h227 unsigned outstanding_extents; member
322 inode->outstanding_extents += mod; in btrfs_mod_outstanding_extents()
A Dinode.c9111 ei->outstanding_extents = 0; in btrfs_alloc_inode()
9167 WARN_ON(inode->outstanding_extents); in btrfs_destroy_inode()

Completed in 24 milliseconds