OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BF64_SET
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
metaslab_impl.h
118
#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)
spa.h
77
#define
BF64_SET
(x, low, len, val) do { \
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
((bp)->blk_prop, 48, 8, x
[
all
...]
sa_impl.h
74
BF64_SET
(x, 24, 16, length); \
75
BF64_SET
(x, 16, 8, bswap); \
76
BF64_SET
(x, 0, 16, attr); \
zfs_ioctl.h
76
#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)
ddt.h
86
#define DDK_SET_COMPRESS(ddk, x)
BF64_SET
((ddk)->ddk_prop, 32, 8, x)
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
blkptr.c
72
BF64_SET
(w, (i % sizeof (w)) * NBBY, NBBY, data8[i]);
Completed in 43 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026