Lines Matching defs:used
29 * they are used by mount and unmount and when changing a filesystem's
38 * This file also contains the functions used to manage sharing filesystems via
321 * Also the zfs_key_load used to be in the zfs_is_mountable()
1168 int used, alloc;
1181 used = alloc = 0;
1203 if (used == alloc) {
1223 if ((shares[used].si_mountpoint = zfs_strdup(hdl,
1229 * is only used to determine if we need to remove the underlying
1232 shares[used].si_zhp = make_dataset_handle(hdl,
1235 used++;
1242 qsort(shares, used, sizeof (share_info_t), mountpoint_compare);
1247 for (i = 0; i < used; i++) {
1262 for (i = 0; i < used; i++) {
1272 for (i = 0; i < used; i++) {
1279 for (i = 0; i < used; i++) {