Searched refs:destroy_list (Results 1 – 5 of 5) sorted by relevance
85 static LIST_HEAD(destroy_list);341 list_add(&mark->g_list, &destroy_list); in fsnotify_put_mark()895 list_replace_init(&destroy_list, &private_destroy_list); in fsnotify_mark_destroy_workfn()
449 nfs_destroy_unlinked_subrequests(struct nfs_page *destroy_list, in nfs_destroy_unlinked_subrequests() argument453 while (destroy_list) { in nfs_destroy_unlinked_subrequests()454 struct nfs_page *subreq = destroy_list; in nfs_destroy_unlinked_subrequests()456 destroy_list = (subreq->wb_this_page == old_head) ? in nfs_destroy_unlinked_subrequests()509 struct nfs_page *destroy_list = NULL; in nfs_join_page_group() local543 destroy_list = head->wb_this_page; in nfs_join_page_group()547 nfs_destroy_unlinked_subrequests(destroy_list, head, inode); in nfs_join_page_group()
344 list_for_each_entry_safe(dev, n, &port->destroy_list, disco_list_node) { in sas_destruct_devices()376 list_move_tail(&dev->disco_list_node, &port->destroy_list); in sas_unregister_dev()
334 INIT_LIST_HEAD(&port->destroy_list); in sas_init_port()
251 struct list_head destroy_list; member