Lines Matching +defs:val +defs:recursive
1968 char **source, uint64_t *val)
2052 *val = getprop_uint64(zhp, prop, source);
2057 if (hasmntopt(&mnt, mntopt_on) && !*val) {
2058 *val = B_TRUE;
2061 } else if (hasmntopt(&mnt, mntopt_off) && *val) {
2062 *val = B_FALSE;
2078 *val = getprop_uint64(zhp, prop, source);
2087 *val = (zhp->zfs_mntopts != NULL);
2091 *val = zhp->zfs_dmustats.dds_num_clones;
2108 val) != 0) {
2117 *val = zhp->zfs_dmustats.dds_inconsistent;
2124 *val = getprop_uint64(zhp, prop, source);
2337 uint64_t val;
2361 val = getprop_uint64(zhp, prop, &source);
2362 time_t time = (time_t)val;
2369 (void) snprintf(propbuf, proplen, "%llu", val);
2459 if (get_numeric_property(zhp, prop, src, &source, &val) != 0)
2468 if (val == 0) {
2476 (u_longlong_t)val);
2478 zfs_nicenum(val, propbuf, proplen);
2487 if (get_numeric_property(zhp, prop, src, &source, &val) != 0)
2498 (u_longlong_t)val);
2499 } else if (val == UINT64_MAX) {
2502 zfs_nicenum(val, propbuf, proplen);
2508 if (get_numeric_property(zhp, prop, src, &source, &val) != 0)
2511 (u_longlong_t)(val / 100),
2512 (u_longlong_t)(val % 100));
2543 src, &source, &val) != 0)
2545 if (val)
2604 if (get_numeric_property(zhp, prop, src, &source, &val) != 0)
2606 (void) snprintf(propbuf, proplen, "%llu", (u_longlong_t)val);
2613 &source, &val) != 0)
2617 (u_longlong_t)val);
2619 zfs_nicenum(val, propbuf, proplen);
2631 &source, &val) != 0)
2633 if (zfs_prop_index_to_string(prop, val, &strval) != 0)
2657 uint64_t val;
2659 (void) get_numeric_property(zhp, prop, NULL, &source, &val);
2661 return (val);
2665 zfs_prop_set_int(zfs_handle_t *zhp, zfs_prop_t prop, uint64_t val)
2669 (void) snprintf(buf, sizeof (buf), "%llu", (longlong_t)val);
3782 zfs_snapshot(libzfs_handle_t *hdl, const char *path, boolean_t recursive,
3809 if (recursive) {
3957 zfs_rename(zfs_handle_t *zhp, const char *target, boolean_t recursive,
4013 if (recursive) {
4015 "recursive rename must be a snapshot"));
4054 if (recursive) {
4093 zc.zc_cookie = recursive;
4097 * if it was recursive, the one that actually failed will
4103 if (recursive && errno == EEXIST) {
4440 boolean_t recursive;
4457 if (ha->recursive)
4465 boolean_t recursive, int cleanup_fd)
4473 ha.recursive = recursive;
4585 if (ha->recursive)
4593 boolean_t recursive)
4605 ha.recursive = recursive;