| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | objlist.c | 35 for (objlist_node_t *n = list_remove_head(&list->ol_list); in objlist_destroy() 36 n != NULL; n = list_remove_head(&list->ol_list)) { in objlist_destroy() 58 VERIFY3P(node, ==, list_remove_head(&list->ol_list)); in objlist_exists()
|
| H A D | bqueue.c | 138 ret = list_remove_head(&q->bq_list); in bqueue_dequeue()
|
| H A D | spa_stats.c | 101 srh = list_remove_head(&shl->procfs_list.pl_list); in spa_read_history_truncate() 266 sth = list_remove_head(&shl->procfs_list.pl_list); in spa_txg_history_truncate() 666 smh = list_remove_head(&shl->procfs_list.pl_list); in spa_mmp_history_truncate()
|
| H A D | bpobj.c | 456 list_remove_head(&stack); in bpobj_iterate_impl() 493 while ((bpi = list_remove_head(&stack)) != NULL) { in bpobj_iterate_impl()
|
| H A D | zcp.c | 200 list_remove_head(&ri->zri_cleanup_handlers); zch != NULL; in zcp_cleanup() 201 zch = list_remove_head(&ri->zri_cleanup_handlers)) { in zcp_cleanup()
|
| H A D | vdev_indirect_mapping.c | 426 list_remove_head(list); in vdev_indirect_mapping_add_entries()
|
| H A D | dmu_redact.c | 532 for (struct redact_block_list_node *rbln = list_remove_head(list); in redaction_list_update_sync() 533 rbln != NULL; rbln = list_remove_head(list)) { in redaction_list_update_sync()
|
| H A D | zfs_rlock.c | 650 while ((free_lr = list_remove_head(&free_list)) != NULL) in zfs_rangelock_exit()
|
| H A D | dsl_destroy.c | 255 for (remaining_clones_key_t *rck = list_remove_head(&stack); in dsl_dir_remove_clones_key() 256 rck != NULL; rck = list_remove_head(&stack)) { in dsl_dir_remove_clones_key()
|
| H A D | vdev_initialize.c | 631 while ((vd = list_remove_head(vd_list)) != NULL) { in vdev_initialize_stop_wait()
|
| H A D | abd.c | 208 while ((cabd = list_remove_head(&ABD_GANG(abd).abd_gang_chain)) in abd_put_gang_abd()
|
| H A D | dnode_sync.c | 543 list_remove_head(&db->db_dirty_records); in dnode_undirty_dbufs()
|
| H A D | dsl_prop.c | 266 while ((pr = list_remove_head(&dd->dd_props)) != NULL) { in dsl_prop_fini()
|
| H A D | dsl_pool.c | 726 while ((ds = list_remove_head(&synced_datasets)) != NULL) { in dsl_pool_sync()
|
| H A D | vdev_indirect.c | 1070 rs != NULL; rs = list_remove_head(&stack)) { in vdev_indirect_remap()
|
| H A D | vdev_trim.c | 1010 while ((vd = list_remove_head(vd_list)) != NULL) { in vdev_trim_stop_wait()
|
| H A D | spa_misc.c | 2154 sip = list_remove_head(&shl->procfs_list.pl_list); in spa_import_progress_truncate()
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | list.h | 46 void *list_remove_head(list_t *);
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | list.h | 46 void *list_remove_head(list_t *);
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | list.h | 123 list_remove_head(list_t *list) in list_remove_head() function
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_debug.c | 74 zfs_dbgmsg_t *zdm = list_remove_head(&zfs_dbgmsgs.pl_list); in zfs_dbgmsg_purge()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_debug.c | 96 zdm = list_remove_head(&zfs_dbgmsgs); in zfs_dbgmsg_purge()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_project.c | 288 while ((zpi = list_remove_head(&head)) != NULL) { in zfs_project_handle()
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/ |
| H A D | list.c | 131 list_remove_head(list_t *list) in list_remove_head() function
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | list.c | 132 list_remove_head(list_t *list) in list_remove_head() function
|