Lines Matching defs:all

252 		    "[-o \"all\" | field[,...]]\n"
254 "\t <\"all\" | property[,...]> "
485 /* Iterate over all properties */
651 * The '-p' flag creates all the non-existing ancestors of the target first.
774 * The '-p' flag creates all the non-existing ancestors of the target first.
978 * -r Recursively destroy all children
979 * -R Recursively destroy all dependents, including clones
1103 * We batch up all contiguous snapshots (even of different
1105 * simply do all snap deletions and then all fs deletions,
1447 "%s' to destroy all datasets in the pool\n"),
1514 * zfs get [-rHp] [-o all | field[,field]...] [-s source[,source]...]
1515 * < all | property[,property]... > < fs | snap | vol > ...
1522 * "all" is an alias for all five.
1525 * all six.
1554 * the name property when 'all' is specified.
1699 "source", "all", NULL };
1729 gettext("\"all\" conflicts "
1794 "all", NULL };
1881 * -r Recurse over all children
1886 * use the default value. The '-r' flag will recurse over all children, and is
2138 boolean_t all = B_FALSE;
2163 all = B_TRUE;
2176 if ((!all && !argc) && ((flags & ZFS_ITER_RECURSE) | cb.cb_version))
2178 if (showversions && (flags & ZFS_ITER_RECURSE || all ||
2181 if ((all || argc) && (showversions))
2183 if (all && argc)
2204 } else if (argc || all) {
2290 "smbuser", "all" };
2955 * -r Recurse over all children.
2962 * When given no arguments, list all filesystems in the system.
3016 * Given a dataset and a list of fields, print out all the properties according
3170 "all", NULL };
3231 * If the user specifies '-o all', the zprop_get_list() doesn't
3262 * The '-p' flag creates all the non-existing ancestors of the target first.
3603 * Sets the given properties for all datasets specified on the command line.
6311 "argument (specify -a for all)\n"));
6356 * Mount all filesystems, or mount the given filesystem.
6368 * Share all filesystems, or share the given filesystem.
6560 * We could make use of zfs_for_each() to walk all datasets in
6569 * this, we place all the mountpoints in an AVL tree sorted by
6790 * Unmount all filesystems, or a specific ZFS filesystem.
6802 * Unshare all filesystems, or a specific ZFS filesystem.