Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfs/
Dpnfs.c218 if (!list_empty(&lo->plh_layouts)) { in pnfs_free_layout_hdr()
222 list_del_init(&lo->plh_layouts); in pnfs_free_layout_hdr()
640 list_for_each_entry_safe(lo, next, &server->layouts, plh_layouts) { in pnfs_layout_bulk_destroy_byserver_locked()
644 list_del_init(&lo->plh_layouts); in pnfs_layout_bulk_destroy_byserver_locked()
1251 INIT_LIST_HEAD(&lo->plh_layouts); in alloc_init_layout_hdr()
1539 if (list_empty(&lo->plh_layouts)) { in pnfs_update_layout()
1544 if (list_empty(&lo->plh_layouts)) in pnfs_update_layout()
1545 list_add_tail(&lo->plh_layouts, &server->layouts); in pnfs_update_layout()
Dcallback_proc.c123 list_for_each_entry(lo, &server->layouts, plh_layouts) { in get_layout_by_fh_locked()
Dpnfs.h185 struct list_head plh_layouts; /* other client layouts */ member