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

/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c3554 enum arc_cflags { enum
3581 int arc_cflags; /* arc compression flags, specified by user */ member in struct:arc_compression_stats_data
3682 if (data->arc_cflags & ARC_CFLAG_VERBOSE) {
3731 'v', MDB_OPT_SETBITS, ARC_CFLAG_VERBOSE, &data.arc_cflags,
3732 'a', MDB_OPT_SETBITS, ARC_CFLAG_ANON, &data.arc_cflags,
3733 'b', MDB_OPT_SETBITS, ARC_CFLAG_BUFS, &data.arc_cflags,
3734 'r', MDB_OPT_SETBITS, ARC_CFLAG_MRU, &data.arc_cflags,
3735 'f', MDB_OPT_SETBITS, ARC_CFLAG_MFU, &data.arc_cflags) != argc)
3757 if (data.arc_cflags & ARC_CFLAG_VERBOSE)
3787 if (data.arc_cflags
[all...]

Completed in 308 milliseconds