Home
last modified time | relevance | path

Searched refs:outstanding_extents (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
H A Ddelalloc-space.c62 * ->outstanding_extents
67 * determine how many outstanding_extents get added.
83 * ->outstanding_extents is used for keeping track of how many extents we will
89 * ->outstanding_extents += 1 (current value is 1)
92 * ->outstanding_extents += 1 (currrent value is 2)
95 * ->outstanding_extents -= 1 (current value is 1)
102 * ->outstanding_extents += 1 (current value is 2)
105 * ->outstanding_extents -= 1 (current value is 1)
108 * ->outstanding_extents -= 1 (current value is 0)
235 unsigned outstanding_extents; in btrfs_calculate_inode_block_rsv_size() local
[all...]
H A Dbtrfs_inode.h196 * to delalloc and such. outstanding_extents is the number of extent
200 unsigned outstanding_extents; member
304 inode->outstanding_extents += mod; in btrfs_mod_outstanding_extents()
H A Dinode.c8698 ei->outstanding_extents = 0; in btrfs_alloc_inode()
8754 WARN_ON(inode->outstanding_extents); in btrfs_destroy_inode()
/kernel/linux/linux-6.6/fs/btrfs/
H A Ddelalloc-space.c64 * ->outstanding_extents
69 * determine how many outstanding_extents get added.
85 * ->outstanding_extents is used for keeping track of how many extents we will
91 * ->outstanding_extents += 1 (current value is 1)
94 * ->outstanding_extents += 1 (current value is 2)
97 * ->outstanding_extents -= 1 (current value is 1)
104 * ->outstanding_extents += 1 (current value is 2)
107 * ->outstanding_extents -= 1 (current value is 1)
110 * ->outstanding_extents -= 1 (current value is 0)
248 unsigned outstanding_extents; in btrfs_calculate_inode_block_rsv_size() local
[all...]
H A Dbtrfs_inode.h228 * to delalloc and such. outstanding_extents is the number of extent
232 unsigned outstanding_extents; member
331 inode->outstanding_extents += mod; in btrfs_mod_outstanding_extents()
335 mod, inode->outstanding_extents); in btrfs_mod_outstanding_extents()
H A Dinode.c8500 ei->outstanding_extents = 0; in btrfs_alloc_inode()
8553 WARN_ON(inode->outstanding_extents); in btrfs_destroy_inode()
/kernel/linux/linux-5.10/fs/btrfs/tests/
H A Dinode-tests.c931 test_msg("running outstanding_extents tests"); in test_extent_accounting()
960 if (BTRFS_I(inode)->outstanding_extents != 1) { in test_extent_accounting()
963 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
975 if (BTRFS_I(inode)->outstanding_extents != 2) { in test_extent_accounting()
978 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
992 if (BTRFS_I(inode)->outstanding_extents != 2) { in test_extent_accounting()
995 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
1008 if (BTRFS_I(inode)->outstanding_extents != 2) { in test_extent_accounting()
1011 BTRFS_I(inode)->outstanding_extents); in test_extent_accounting()
1026 if (BTRFS_I(inode)->outstanding_extents ! in test_extent_accounting()
[all...]
/kernel/linux/linux-6.6/fs/btrfs/tests/
H A Dinode-tests.c912 test_msg("running outstanding_extents tests"); in test_extent_accounting()
941 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 ! in test_extent_accounting()
[all...]

Completed in 29 milliseconds