Lines Matching defs:dependents
5063 * filesystem isn't mounted, and that there are no active non-share dependents.
5422 * Destroy any more recent snapshots. We invoke this callback on any dependents
5486 * their dependents.
5568 * Iterate over all dependents for a given dataset. This includes both
5569 * hierarchical dependents (children) and data dependents (snapshots and
5577 char **dependents;
5587 &dependents, &count) != 0)
5591 zfs_type_t type = zfs_is_share_name(dependents[i]) ?
5595 dependents[i], type)) == NULL)
5603 free(dependents[i]);
5604 free(dependents);