HomeSort by: relevance | last modified time | path
    Searched defs:SEG_CANNOT_BE_ZEROED (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/lvm2/dist/include/
segtype.h 38 #define SEG_CANNOT_BE_ZEROED 0x00000040U
47 #define seg_cannot_be_zeroed(seg) ((seg)->segtype->flags & SEG_CANNOT_BE_ZEROED ? 1 : 0) macro
  /src/external/gpl2/lvm2/dist/lib/metadata/
segtype.h 38 #define SEG_CANNOT_BE_ZEROED 0x00000040U
47 #define seg_cannot_be_zeroed(seg) ((seg)->segtype->flags & SEG_CANNOT_BE_ZEROED ? 1 : 0) macro

Completed in 15 milliseconds