Home
last modified time | relevance | path

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

/linux-6.12.1/fs/nfs/
Dpnfs.c832 if (lo != NULL && list_empty(&lo->plh_bulk_destroy)) { in pnfs_layout_add_bulk_destroy_list()
834 list_add(&lo->plh_bulk_destroy, layout_list); in pnfs_layout_add_bulk_destroy_list()
855 !list_empty(&lo->plh_bulk_destroy)) in pnfs_layout_bulk_destroy_byserver_locked()
891 plh_bulk_destroy); in pnfs_layout_free_bulk_destroy_list()
899 list_del_init(&lo->plh_bulk_destroy); in pnfs_layout_free_bulk_destroy_list()
1012 list_for_each_entry(lo, list, plh_bulk_destroy) { in pnfs_layout_bulk_list_reboot()
1856 INIT_LIST_HEAD(&lo->plh_bulk_destroy); in alloc_init_layout_hdr()
Dpnfs.h207 struct list_head plh_bulk_destroy; member