Lines Matching defs:nvlist

114  *     The input nvlist, deserialized from zfs_cmd_t:zc_nvlist_src.  Or
115 * NULL if no input nvlist was provided. Changes to this nvlist are
116 * ignored. If the input nvlist could not be deserialized, the
120 * The output nvlist, initially empty. The callback can fill it in,
127 * There are two typical uses of the output nvlist:
1035 * Check for permission to create each snapshot in the nvlist.
1066 * Check for permission to create each snapshot in the nvlist.
1362 * Returns the nvlist as specified by the user in the zfs_cmd_t.
1372 * Read in and unpack the user-supplied nvlist.
1397 * Reduce the size of this nvlist until it can be serialized in 'max' bytes.
1398 * Entries will be removed from the end of the nvlist, and one int32 entry
1724 * zc_nvlist_dst config nvlist
1725 * zc_nvlist_dst_size size of config nvlist
2207 * zc_nvlist_dst_size size of buffer for property nvlist
2211 * zc_nvlist_dst property nvlist
2212 * zc_nvlist_dst_size size of property nvlist
2234 * zc_nvlist_dst_size size of buffer for property nvlist
2237 * zc_nvlist_dst received property nvlist
2238 * zc_nvlist_dst_size size of received property nvlist
2286 * zc_nvlist_dst_size size of buffer for zpl property nvlist
2289 * zc_nvlist_dst zpl property nvlist
2290 * zc_nvlist_dst_size size of zpl property nvlist
2349 * zc_nvlist_dst_size size of buffer for property nvlist
2355 * zc_nvlist_dst property nvlist
2356 * zc_nvlist_dst_size size of property nvlist
2406 * zc_nvlist_dst_size size of buffer for property nvlist
2412 * zc_nvlist_dst property nvlist
2413 * zc_nvlist_dst_size size of property nvlist
2562 * default path to set the value in the nvlist.
2825 * zc_nvlist_src{_size} nvlist of properties to apply
3024 * zc_nvlist_src{_size} nvlist of delegated permissions
3040 * Verify nvlist is constructed correctly
3050 * the nvlist(s)
3076 * zc_nvlist_src{_size} nvlist of delegated permissions
3120 * properties for these, so remove them from the source nvlist after
4550 * zc_nvlist_src{_size} nvlist of properties to apply
5222 * zc_nvlist_dst[_size] buffer to fill (not really an nvlist)
5587 nvlist_t *nvlist;
5670 zc->zc_nvlist_src_size, zc->zc_iflags, &nvlist)) != 0) {
5676 if (nvlist_lookup_string(nvlist, ZFS_SMB_ACL_SRC, &src) ||
5677 nvlist_lookup_string(nvlist, ZFS_SMB_ACL_TARGET,
5682 nvlist_free(nvlist);
5687 nvlist_free(nvlist);