Searched refs:destroy_list (Results 1 – 5 of 5) sorted by relevance
85 static LIST_HEAD(destroy_list);298 list_add(&mark->g_list, &destroy_list); in fsnotify_put_mark()858 list_replace_init(&destroy_list, &private_destroy_list); in fsnotify_mark_destroy_workfn()
448 nfs_destroy_unlinked_subrequests(struct nfs_page *destroy_list, in nfs_destroy_unlinked_subrequests() argument452 while (destroy_list) { in nfs_destroy_unlinked_subrequests()453 struct nfs_page *subreq = destroy_list; in nfs_destroy_unlinked_subrequests()455 destroy_list = (subreq->wb_this_page == old_head) ? in nfs_destroy_unlinked_subrequests()508 struct nfs_page *destroy_list = NULL; in nfs_join_page_group() local542 destroy_list = head->wb_this_page; in nfs_join_page_group()546 nfs_destroy_unlinked_subrequests(destroy_list, head, inode); in nfs_join_page_group()
345 list_for_each_entry_safe(dev, n, &port->destroy_list, disco_list_node) { in sas_destruct_devices()377 list_move_tail(&dev->disco_list_node, &port->destroy_list); in sas_unregister_dev()
323 INIT_LIST_HEAD(&port->destroy_list); in sas_init_port()
251 struct list_head destroy_list; member