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

/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c4170 uu_list_t *fsps_list; /* list of fs_perms */ member in struct:fs_perm_set
4278 if ((fspset->fsps_list = uu_list_create(fspset->fsps_list_pool, NULL,
4307 fs_perm_node_t *node = uu_list_first(fspset->fsps_list);
4311 uu_list_next(fspset->fsps_list, node);
4314 uu_list_remove(fspset->fsps_list, node);
4597 idx = uu_list_numnodes(fspset->fsps_list);
4605 uu_list_insert(fspset->fsps_list, node, idx);
5246 for (node = uu_list_first(fspset->fsps_list); node != NULL;
5247 node = uu_list_next(fspset->fsps_list, node)) {

Completed in 66 milliseconds