Lines Matching defs:from

47  * zfs_ioctl_register() from zfs_ioctl_init().  The ioctl is invoked
48 * from userland by lzc_ioctl().
60 * The ioctl numbers can change from release to release, because
105 * The name of the pool or dataset to operate on, from
110 * The input nvlist, deserialized from zfs_cmd_t:zc_nvlist_src. Or
129 * - To return multiple errors from an ioctl which makes on-disk
366 /* XXX reading from non-owned objset */
432 * If the fs is zoned, only root can access it from the
629 * Disallow setting of 'zoned' from within a local zone.
706 * Generate the current snapshot name from the given objsetid, then
797 * Remove the @bla or /bla from the end of the name to get the parent.
853 * them "already destroyed"). Remove the name from the
870 zfs_secpolicy_rename_perms(const char *from, const char *to, cred_t *cr)
875 if ((error = zfs_secpolicy_write_perms(from,
879 if ((error = zfs_secpolicy_write_perms(from,
1063 * the name from the nvl here in case the filesystem
1334 * Entries will be removed from the end of the nvlist, and one int32 entry
1425 * which prevents all vnode ops from running.
1441 * objset from the zfsvfs.
1794 /* XXX reading from objset not owned */
1823 /* XXX reading from objset not owned */
2114 * Gets received properties (distinct from local properties on or after
2115 * SPA_VERSION_RECVD_PROPS) for callers who want to differentiate received from
3020 * creator and/or we can inherit values from the parent dataset. If
3024 * properties for these, so remove them from the source nvlist after
3381 * The poolname in the ioctl is not set, we get it from the TSD,
3972 * Removes properties from the given props list that fail permission checks
4067 * Remove properties from props if they are not going to change (as determined
4068 * by comparison with origprops). Remove them from origprops as well, since we
4105 * the older/earlier snapshot from being received (with EDQUOT).
4159 * zc_cookie file descriptor to recv from
4967 * Add or remove share from sharetab
5044 * zc_value name of "from" snapshot
5405 * (optional) "fromsnap" -> full snap name to send an incremental from
5413 * if present, resume send stream from specified object and offset.
5464 * (optional) "from" -> full snap or bookmark name to send an incremental
5465 * from
5506 error = nvlist_lookup_string(innvl, "from", &fromname);
5510 * If from is a snapshot, hold it and use the more
5523 * If from is a bookmark, fetch the creation TXG of the
5524 * snapshot it was created from and use that to find
5537 * from is not properly formatted as a snapshot or