Lines Matching defs:later
525 * - Skip sending the current dataset if it was created later than
2585 * Returns B_TRUE if earlier is an earlier snapshot in later's timeline; either
2586 * an earlier snapshot in the same filesystem, or a snapshot before later's
2590 snapshot_is_before(zfs_handle_t *earlier, zfs_handle_t *later)
2594 (later->zfs_type == ZFS_TYPE_FILESYSTEM ||
2595 later->zfs_type == ZFS_TYPE_VOLUME ?
2596 UINT64_MAX : zfs_prop_get_int(later, ZFS_PROP_CREATETXG));
2604 zfs_handle_t *later_dir = name_to_dir_handle(later->zfs_hdl,
2605 later->zfs_name);
3167 * destroyed later, and it returns success in either case.
4221 /* restore namebuf to match fsname for later use */
4227 * added (-o) properties to be later processed by zfs_valid_proplist()
4896 /* may need this info later, get it now we have zhp around */
4969 * for recursive operations later.
5406 /* encryption params have their own verification later */