Lines Matching defs:all

237 		    "[-o \"all\" | field[,...]] [-t type[,...]] "
239 "\t <\"all\" | property[,...]> "
443 /* Iterate over all properties */
594 * The '-p' flag creates all the non-existing ancestors of the target first.
704 * The '-p' flag creates all the non-existing ancestors of the target first.
901 * -r Recursively destroy all children
902 * -R Recursively destroy all dependents, including clones
1025 * We batch up all contiguous snapshots (even of different
1027 * simply do all snap deletions and then all fs deletions,
1328 "%s' to destroy all datasets in the pool\n"),
1395 * zfs get [-rHp] [-o all | field[,field]...] [-s source[,source]...]
1396 * < all | property[,property]... > < fs | snap | vol > ...
1403 * "all" is an alias for all five.
1406 * all six.
1435 * the name property when 'all' is specified.
1580 "source", "all", NULL };
1610 gettext("\"all\" conflicts "
1674 "volume", "snapshot", "all", NULL };
1757 * -r Recurse over all children
1762 * use the default value. The '-r' flag will recurse over all children, and is
2010 boolean_t all = B_FALSE;
2035 all = B_TRUE;
2048 if ((!all && !argc) && ((flags & ZFS_ITER_RECURSE) | cb.cb_version))
2050 if (showversions && (flags & ZFS_ITER_RECURSE || all ||
2053 if ((all || argc) && (showversions))
2055 if (all && argc)
2076 } else if (argc || all) {
2162 "smbuser", "all" };
2818 * -r Recurse over all children
2826 * When given no arguments, lists all filesystems in the system.
2878 * Given a dataset and a list of fields, print out all the properties according
3030 "volume", "snapshot", "all", NULL };
3087 * If the user specifies '-o all', the zprop_get_list() doesn't
3118 * The '-p' flag creates all the non-existing ancestors of the target first.
3445 * Sets the given property for all datasets specified on the command line.
5888 "argument (specify -a for all)\n"));
5933 * Mount all filesystems, or mount the given filesystem.
5945 * Share all filesystems, or share the given filesystem.
6137 * We could make use of zfs_for_each() to walk all datasets in
6146 * this, we place all the mountpoints in an AVL tree sorted by
6358 * Unmount all filesystems, or a specific ZFS filesystem.
6370 * Unshare all filesystems, or a specific ZFS filesystem.