Searched defs:smush_outnvlist (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c87 * boolean_t smush_outnvlist
88 * If smush_outnvlist is true, then the output is presumed to be a
92 * nvlist_smush() for details. If smush_outnvlist is false, and the
125 * smush_outnvlist should be false. If the buffer was not large
130 * changes. In this case, smush_outnvlist should be true.
5584 zfs_ioc_poolcheck_t pool_check, boolean_t smush_outnvlist,
5602 vec->zvec_smush_outnvlist = smush_outnvlist;
5582 zfs_ioctl_register(const char *name, zfs_ioc_t ioc, zfs_ioc_func_t *func, zfs_secpolicy_func_t *secpolicy, zfs_ioc_namecheck_t namecheck, zfs_ioc_poolcheck_t pool_check, boolean_t smush_outnvlist, boolean_t allow_log) argument

Completed in 61 milliseconds