Searched defs:shares (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c785 * Now publish all shares on this mountpoint/dataset.
1171 share_info_t *shares; local
1180 shares = NULL;
1205 if ((shares = zfs_alloc(hdl,
1213 if ((ptr = zfs_realloc(hdl, shares,
1217 shares = ptr;
1223 if ((shares[used].si_mountpoint = zfs_strdup(hdl,
1232 shares[used].si_zhp = make_dataset_handle(hdl,
1242 qsort(shares, used, sizeof (share_info_t), mountpoint_compare);
1248 if (shares[
[all...]
H A Dlibzfs_diff.c49 #define ZDIFF_SHARESDIR "/.zfs/shares/"
67 uint64_t shares; member in struct:differ_info
218 if (dobj == di->shares)
586 di->shares = (uint64_t)sb.st_ino;
588 /* some very old pools won't have shares object */
589 di->shares = (uint64_t)-1;
H A Dlibzfs_sendrecv.c500 * Given an nvlist, produce an avl tree of snapshots and shares,
517 nvlist_t *shares = NULL; local
523 (void) nvlist_lookup_nvlist(nvfs, "shares", &shares);
526 if (elem == NULL && shares != NULL) {
528 elem = nvlist_next_nvpair(shares, elem);
556 if (elem == NULL && shares != NULL)
560 elem = nvlist_next_nvpair(shares, elem);
597 * "shares" -> { name (lastname) -> number (guid) }
743 * converted to zfs-shares, w
2062 nvlist_t *shares = NULL; local
3419 nvlist_t *shares; local
[all...]

Completed in 823 milliseconds