Searched defs:get_snap_max (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/zoneadm/ |
H A D | zfs.c | 228 get_snap_max(zfs_handle_t *zhp, void *data) function 251 res = zfs_iter_snapshots(zhp, B_FALSE, get_snap_max, data); 280 if (zfs_iter_snapshots(zhp, B_FALSE, get_snap_max, &cb) != 0) 740 if (zfs_iter_snapshots(cln_zhp, B_FALSE, get_snap_max, &sd) != 0) 753 if (zfs_iter_snapshots(src_zhp, B_FALSE, get_snap_max, &sd) != 0)
|
Completed in 83 milliseconds