Print this page
Possibility to physically reserve space without writing leaf blocks

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/sys/filio.h
          +++ new/usr/src/uts/common/sys/filio.h
↓ open down ↓ 128 lines elided ↑ open up ↑
 129  129  /*
 130  130   * handle lseek SEEK_DATA and SEEK_HOLE for holey file knowledge
 131  131   */
 132  132  #define _FIO_SEEK_DATA          _IO('f', 97) /* SEEK_DATA */
 133  133  #define _FIO_SEEK_HOLE          _IO('f', 98) /* SEEK_HOLE */
 134  134  
 135  135  /*
 136  136   * boot archive compression
 137  137   */
 138  138  #define _FIO_COMPRESSED         _IO('f', 99) /* mark file as compressed */
      139 +#define _FIO_RESERVE_SPACE      _IO('f', 100) /* Reserve space */
 139  140  
 140  141  #ifdef  __cplusplus
 141  142  }
 142  143  #endif
 143  144  
 144  145  #endif  /* _SYS_FILIO_H */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX