Lines Matching defs:outstanding_extents
62 * ->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;
238 outstanding_extents = inode->outstanding_extents;
244 if (outstanding_extents) {
246 outstanding_extents);
259 qgroup_rsv_size = (u64)outstanding_extents * fs_info->nodesize;
388 * btrfs_delalloc_release_extents - release our outstanding_extents
392 * When we reserve space we increase outstanding_extents for the extents we may
394 * have outstanding_extents to track the real usage, so we use this to free our
395 * temporarily tracked outstanding_extents. This _must_ be used in conjunction