Lines Matching defs:list

52 #include <sys/list.h>
189 { "list", zfs_do_list, HELP_LIST },
445 strcmp(current_command->name, "list") == 0))
483 gettext("\nFor the property list, run: %s\n"),
486 gettext("\nFor the delegated permission list, run: %s\n"),
1302 /* Build the list of snaps to destroy in cb_nvl. */
2012 /* list if it's old/new */
2529 * Check if this type/name combination is in the list and update it;
2530 * otherwise add new node to the list.
2720 uu_list_t *list;
2861 /* Sort the list */
2869 list = uu_list_create(listpool, NULL, UU_DEFAULT);
2876 if (uu_list_find(list, rmnode, NULL, &idx2) == NULL)
2877 uu_list_insert(list, rmnode, idx2);
2880 for (node = uu_list_first(list); node != NULL;
2881 node = uu_list_next(list, node)) {
2888 uu_list_destroy(list);
2914 * list [-Hp][-r|-d max] [-o property[,...]] [-s property] ... [-S property] ...
2926 * When given no arguments, list all filesystems in the system.
2927 * Otherwise, list the specified datasets, optionally recursing down them if
2938 * Given a list of columns to display, output appropriate headers for each one.
2980 * Given a dataset and a list of fields, print out all the properties according
3058 * Generic callback function to list a dataset or snapshot.
3182 * If we are only going to list snapshot names and sort by name,
3196 * normally include the name of the dataset. For 'zfs list', we always
3625 /* Populate a list of property settings */
4209 uu_list_t *fsps_list; /* list of fs_perms */
5511 * Apply a user-hold with the given tag to the list of snapshots.
5524 * Release a user-hold with the given tag from the list of snapshots.
5591 * Generic callback function to list a dataset or snapshot.