Lines Matching defs:outstanding_extents
64 * ->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;
251 outstanding_extents = inode->outstanding_extents;
257 if (outstanding_extents) {
259 outstanding_extents);
274 qgroup_rsv_size = (u64)outstanding_extents * fs_info->nodesize;
415 * Release our outstanding_extents for an inode.
420 * When we reserve space we increase outstanding_extents for the extents we may
422 * have outstanding_extents to track the real usage, so we use this to free our
423 * temporarily tracked outstanding_extents. This _must_ be used in conjunction