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

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
spa.h 350 uint64_t blk_fill; /* fill count */ member in struct:blkptr
435 #define BP_GET_FILL(bp) (BP_IS_EMBEDDED(bp) ? 1 : (bp)->blk_fill)
524 (bp)->blk_fill = 0; \
spa.h 350 uint64_t blk_fill; /* fill count */ member in struct:blkptr
435 #define BP_GET_FILL(bp) (BP_IS_EMBEDDED(bp) ? 1 : (bp)->blk_fill)
524 (bp)->blk_fill = 0; \
spa.h 350 uint64_t blk_fill; /* fill count */ member in struct:blkptr
435 #define BP_GET_FILL(bp) (BP_IS_EMBEDDED(bp) ? 1 : (bp)->blk_fill)
524 (bp)->blk_fill = 0; \

Completed in 97 milliseconds