Searched refs:zp_name (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_cache.c46 cmp = strcmp(zp1->zp_name, zp2->zp_name);
60 free((void *)zp->zp_name);
61 zp->zp_name = NULL;
178 pathent.zp_name = entry.mnt_special;
205 pathent.zp_name = path;
238 mzp->zp_name = mp;
254 pathent.zp_name = path;
279 fzp->zp_name = zfs_strdup(zhc->zhc_hdl, path);
290 zp->zp_name
[all...]
H A Dlibzfs_impl.h259 const char *zp_name; /* zp_zhp->zfs_name or associated file path */ member in struct:zfs_pathent
260 zfs_handle_t *zp_zhp; /* NULL if removed or zp_name is a file */
263 * cache entry for this filesystem. The main entry has zp_name = the
270 boolean_t zp_needsfree; /* cleanup needs to free zp_name */

Completed in 42 milliseconds