Lines Matching refs:fsid
6316 * Each fsid operation needs to do the same verification for the
6332 "Can't perform fsid operations on snapshots"));
6364 * fsid - If non-zero, value is used to set/reset the FSID.
6381 uint64_t fsid,
6389 "cannot set fsid for '%s'"), fsname);
6398 zc.zc_guid = fsid; /* May be zero */
6400 if (fsid)
6408 "fixed fsid attribute exists"));
6413 "fixed fsid attribute does not exist"));
6426 zfs_set_fsid(libzfs_handle_t *hdl, const char *fsname, uint64_t fsid)
6428 return (zfs_set_fsid_impl(hdl, fsname, fsid, B_TRUE));
6433 zfs_reset_fsid(libzfs_handle_t *hdl, const char *fsname, uint64_t fsid)
6435 return (zfs_set_fsid_impl(hdl, fsname, fsid, B_FALSE));
6443 * fsidp - Pointer to the storage for the retrieved fsid.
6457 "cannot get fsid for '%s'"), fsname);
6471 "fixed fsid attribute does not exist"));
6489 * fsidp - If non-NULL, pointer to the storage for the retrieved fsid.
6503 "cannot remove fsid for '%s'"), fsname);
6517 "fixed fsid attribute does not exist"));
6533 * This shouldn't happen unless the fsid attribute
6537 "fixed fsid attribute does not exist"));