Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/tests/
Dinode-tests.c964 if (BTRFS_I(inode)->outstanding_extents != 1) { in test_extent_accounting()
967 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
979 if (BTRFS_I(inode)->outstanding_extents != 2) { in test_extent_accounting()
982 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 …]
/Linux-v4.19/fs/btrfs/
Dbtrfs_inode.h164 unsigned outstanding_extents; member
260 inode->outstanding_extents += mod; in btrfs_mod_outstanding_extents()
Dextent-tree.c5859 unsigned outstanding_extents; in btrfs_calculate_inode_block_rsv_size() local
5862 outstanding_extents = inode->outstanding_extents; in btrfs_calculate_inode_block_rsv_size()
5863 if (outstanding_extents) in btrfs_calculate_inode_block_rsv_size()
5865 outstanding_extents + 1); in btrfs_calculate_inode_block_rsv_size()
5876 qgroup_rsv_size = outstanding_extents * fs_info->nodesize; in btrfs_calculate_inode_block_rsv_size()
Dinode.c9170 ei->outstanding_extents = 0; in btrfs_alloc_inode()
9225 WARN_ON(BTRFS_I(inode)->outstanding_extents); in btrfs_destroy_inode()
Dioctl.c1327 BTRFS_I(inode)->outstanding_extents++; in cluster_pages_for_defrag()