Lines Matching defs:mountpoint
152 * Add the mountpoint to the share path.
154 * since share paths are stored relative to the mountpoint
155 * in case the dataset mountpoint is modified after the
158 * The mountpoint itself is also added to the share in the
185 * add mountpoint property to share
233 * shares are stored with paths relative to the mountpoint.
234 * So prefix mountpoint to beginning of share path and update share.
284 * shares are stored with paths relative to the mountpoint.
285 * So prefix mountpoint to beginning of share path and update share.
459 * Return the mountpoint and optionally the dataset name from a
532 char mountpoint[ZFS_MAXPROPLEN];
545 if (zfs_get_mountpoint(zhp, mountpoint,
546 sizeof (mountpoint)) == 0) {
547 if (strcmp(mountpoint, ZFS_MOUNTPOINT_LEGACY) == 0)
677 sa_zfs_share_notify(libshare_handle_t *shdl, const char *mountpoint,
699 zhp = zfs_cache_get_quiet(zfs_hdl, mountpoint, ZFS_TYPE_FILESYSTEM);