/* * Grab any available space, even if it is less than what the caller asked for.
*/ #define XFS_ZR_GREEDY (1U << 0) /* * Only grab instantly available space, don't wait or GC.
*/ #define XFS_ZR_NOWAIT (1U << 1) /* * Dip into the reserved pool.
*/ #define XFS_ZR_RESERVED (1U << 2)
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.