OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spa_config_list
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
spa_config.c
243
for (dp = list_head(&target->
spa_config_list
); dp != NULL;
244
dp = list_next(&target->
spa_config_list
, dp)) {
268
tdp = list_head(&spa->
spa_config_list
);
316
dp = list_head(&target->
spa_config_list
);
317
while ((tdp = list_next(&target->
spa_config_list
, dp)) != NULL) {
318
list_remove(&target->
spa_config_list
, tdp);
spa_misc.c
212
* (a) spa_props_lock protects pool properties, spa_config and
spa_config_list
.
803
list_create(&spa->
spa_config_list
, sizeof (spa_config_dirent_t),
808
list_insert_head(&spa->
spa_config_list
, dp);
871
while ((dp = list_head(&spa->
spa_config_list
)) != NULL) {
872
list_remove(&spa->
spa_config_list
, dp);
879
list_destroy(&spa->
spa_config_list
);
spa.c
304
if ((dp = list_head(&spa->
spa_config_list
)) != NULL) {
660
list_insert_head(&spa->
spa_config_list
, dp);
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
spa_impl.h
231
list_t
spa_config_list
; /* previous cache file(s) */
member in struct:spa
Completed in 18 milliseconds
Indexes created Sat Apr 25 00:22:52 UTC 2026