Home
last modified time | relevance | path

Searched refs:cb_props_table (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_iter.c66 uint8_t cb_props_table[ZFS_NUM_PROPS]; member
112 cb->cb_props_table); in zfs_callback()
412 cb.cb_props_table[p->pl_prop] = B_TRUE; in zfs_for_each()
420 cb.cb_props_table[sortcol->sc_prop] = B_TRUE; in zfs_for_each()
425 cb.cb_props_table[ZFS_PROP_ZONED] = B_TRUE; in zfs_for_each()
426 cb.cb_props_table[ZFS_PROP_CREATETXG] = B_TRUE; in zfs_for_each()
428 (void) memset(cb.cb_props_table, B_TRUE, in zfs_for_each()
429 sizeof (cb.cb_props_table)); in zfs_for_each()