Searched refs:plh_layouts (Results 1 – 3 of 3) sorted by relevance
282 if (!list_empty(&lo->plh_layouts)) { in pnfs_free_layout_hdr()286 list_del_init(&lo->plh_layouts); in pnfs_free_layout_hdr()807 list_for_each_entry_safe(lo, next, &server->layouts, plh_layouts) { in pnfs_layout_bulk_destroy_byserver_locked()817 list_del_init(&lo->plh_layouts); in pnfs_layout_bulk_destroy_byserver_locked()1630 INIT_LIST_HEAD(&lo->plh_layouts); in alloc_init_layout_hdr()1837 if (list_empty(&lo->plh_layouts)) { in _add_to_server_list()1844 if (list_empty(&lo->plh_layouts)) in _add_to_server_list()1845 list_add_tail(&lo->plh_layouts, &server->layouts); in _add_to_server_list()
132 list_for_each_entry(lo, &server->layouts, plh_layouts) { in nfs_layout_find_inode_by_stateid()171 list_for_each_entry(lo, &server->layouts, plh_layouts) { in nfs_layout_find_inode_by_fh()
191 struct list_head plh_layouts; /* other client layouts */ member