Searched refs:BF64_SET (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dmetaslab_impl.h118 #define WEIGHT_SET_ACTIVE(weight, x) BF64_SET((weight), 62, 2, x)
122 #define WEIGHT_SET_SPACEBASED(weight) BF64_SET((weight), 61, 1, 1)
128 #define WEIGHT_SET_INDEX(weight, x) BF64_SET((weight), 55, 6, x)
130 #define WEIGHT_SET_COUNT(weight, x) BF64_SET((weight), 0, 55, x)
H A Dspa.h77 #define BF64_SET(x, low, len, val) do { \ macro
96 BF64_SET(x, low, len, ((val) >> (shift)) - (bias)); \
302 BF64_SET((bp)->blk_prop, 40, 8, t); \
364 #define DVA_SET_GRID(dva, x) BF64_SET((dva)->dva_word[0], 24, 8, x)
367 #define DVA_SET_VDEV(dva, x) BF64_SET((dva)->dva_word[0], 32, 32, x)
375 #define DVA_SET_GANG(dva, x) BF64_SET((dva)->dva_word[1], 63, 1, x)
399 BF64_SET((bp)->blk_prop, 32, SPA_COMPRESSBITS, x)
402 #define BP_SET_EMBEDDED(bp, x) BF64_SET((bp)->blk_prop, 39, 1, x)
409 BF64_SET((bp)->blk_prop, 40, 8, x); \
413 #define BP_SET_TYPE(bp, x) BF64_SET((b
[all...]
H A Dsa_impl.h74 BF64_SET(x, 24, 16, length); \
75 BF64_SET(x, 16, 8, bswap); \
76 BF64_SET(x, 0, 16, attr); \
H A Dzfs_ioctl.h76 #define DMU_SET_STREAM_HDRTYPE(vi, x) BF64_SET((vi), 0, 2, x)
79 #define DMU_SET_FEATUREFLAGS(vi, x) BF64_SET((vi), 2, 30, x)
H A Dddt.h86 #define DDK_SET_COMPRESS(ddk, x) BF64_SET((ddk)->ddk_prop, 32, 8, x)
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dblkptr.c72 BF64_SET(w, (i % sizeof (w)) * NBBY, NBBY, data8[i]);

Completed in 192 milliseconds