Lines Matching full:cluster
88 * Pending cluster reservations for bigalloc file systems
90 * A cluster with a pending reservation is a logical cluster shared by at
93 * reservation is said to be pending because a cluster reservation would
94 * have to be taken in the event all blocks in the cluster shared with
98 * The set of pending cluster reservations is an auxiliary data structure
99 * used with the extents status tree to implement reserved cluster/block
101 * records all pending cluster reservations.
106 * reserved cluster count if it results in the removal of all delayed
107 * and unwritten extents (blocks) from a cluster that is not shared with a
109 * whether the cluster is shared can be done by searching for a pending
113 * whether the reserved cluster count should be increased when a physical
114 * cluster is deallocated as a result of a truncate, punch hole, or
119 * The pending cluster reservation set is implemented as a red-black tree