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