Home
last modified time | relevance | path

Searched refs:fsps_list (Results 1 – 1 of 1) sorted by relevance

/NextBSD/cddl/contrib/opensolaris/cmd/zfs/
HDzfs_main.c4210 uu_list_t *fsps_list; /* list of fs_perms */ member
4318 if ((fspset->fsps_list = uu_list_create(fspset->fsps_list_pool, NULL, in fs_perm_set_init()
4347 fs_perm_node_t *node = uu_list_first(fspset->fsps_list); in fs_perm_set_fini()
4351 uu_list_next(fspset->fsps_list, node); in fs_perm_set_fini()
4354 uu_list_remove(fspset->fsps_list, node); in fs_perm_set_fini()
4631 idx = uu_list_numnodes(fspset->fsps_list); in parse_fs_perm_set()
4639 uu_list_insert(fspset->fsps_list, node, idx); in parse_fs_perm_set()
5270 for (node = uu_list_first(fspset->fsps_list); node != NULL; in print_fs_perms()
5271 node = uu_list_next(fspset->fsps_list, node)) { in print_fs_perms()