Home
last modified time | relevance | path

Searched refs:destroy_list (Results 1 – 2 of 2) sorted by relevance

/fs/notify/
Dmark.c85 static LIST_HEAD(destroy_list);
274 list_add(&mark->g_list, &destroy_list); in fsnotify_put_mark()
829 list_replace_init(&destroy_list, &private_destroy_list); in fsnotify_mark_destroy_workfn()
/fs/nfs/
Dwrite.c418 nfs_destroy_unlinked_subrequests(struct nfs_page *destroy_list, in nfs_destroy_unlinked_subrequests() argument
422 while (destroy_list) { in nfs_destroy_unlinked_subrequests()
423 struct nfs_page *subreq = destroy_list; in nfs_destroy_unlinked_subrequests()
425 destroy_list = (subreq->wb_this_page == old_head) ? in nfs_destroy_unlinked_subrequests()
486 struct nfs_page *destroy_list = NULL; in nfs_lock_and_join_requests() local
574 destroy_list = head->wb_this_page; in nfs_lock_and_join_requests()
591 nfs_destroy_unlinked_subrequests(destroy_list, head, inode); in nfs_lock_and_join_requests()