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.c410 nfs_destroy_unlinked_subrequests(struct nfs_page *destroy_list, in nfs_destroy_unlinked_subrequests() argument
414 while (destroy_list) { in nfs_destroy_unlinked_subrequests()
415 struct nfs_page *subreq = destroy_list; in nfs_destroy_unlinked_subrequests()
417 destroy_list = (subreq->wb_this_page == old_head) ? in nfs_destroy_unlinked_subrequests()
471 struct nfs_page *destroy_list = NULL; in nfs_lock_and_join_requests() local
559 destroy_list = head->wb_this_page; in nfs_lock_and_join_requests()
576 nfs_destroy_unlinked_subrequests(destroy_list, head, inode); in nfs_lock_and_join_requests()