Home
last modified time | relevance | path

Searched refs:plh_layouts (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/nfs/
Dpnfs.c219 if (!list_empty(&lo->plh_layouts)) { in pnfs_free_layout_hdr()
223 list_del_init(&lo->plh_layouts); in pnfs_free_layout_hdr()
657 list_for_each_entry_safe(lo, next, &server->layouts, plh_layouts) { in pnfs_layout_bulk_destroy_byserver_locked()
661 list_del_init(&lo->plh_layouts); in pnfs_layout_bulk_destroy_byserver_locked()
1306 INIT_LIST_HEAD(&lo->plh_layouts); in alloc_init_layout_hdr()
1596 if (list_empty(&lo->plh_layouts)) { in pnfs_update_layout()
1601 if (list_empty(&lo->plh_layouts)) in pnfs_update_layout()
1602 list_add_tail(&lo->plh_layouts, &server->layouts); in pnfs_update_layout()
Dcallback_proc.c125 list_for_each_entry(lo, &server->layouts, plh_layouts) { in get_layout_by_fh_locked()
Dpnfs.h190 struct list_head plh_layouts; /* other client layouts */ member