Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_iter.c67 uint8_t cb_props_table[ZFS_NUM_PROPS]; member
113 cb->cb_props_table); in zfs_callback()
427 cb.cb_props_table[p->pl_prop] = B_TRUE; in zfs_for_each()
435 cb.cb_props_table[sortcol->sc_prop] = B_TRUE; in zfs_for_each()
440 cb.cb_props_table[ZFS_PROP_ZONED] = B_TRUE; in zfs_for_each()
441 cb.cb_props_table[ZFS_PROP_CREATETXG] = B_TRUE; in zfs_for_each()
443 (void) memset(cb.cb_props_table, B_TRUE, in zfs_for_each()
444 sizeof (cb.cb_props_table)); in zfs_for_each()