Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfs/
Dpnfs.c271 if (!list_empty(&lo->plh_layouts)) { in pnfs_free_layout_hdr()
275 list_del_init(&lo->plh_layouts); in pnfs_free_layout_hdr()
765 list_for_each_entry_safe(lo, next, &server->layouts, plh_layouts) { in pnfs_layout_bulk_destroy_byserver_locked()
771 list_del_init(&lo->plh_layouts); in pnfs_layout_bulk_destroy_byserver_locked()
1571 INIT_LIST_HEAD(&lo->plh_layouts); in alloc_init_layout_hdr()
1778 if (list_empty(&lo->plh_layouts)) { in _add_to_server_list()
1785 if (list_empty(&lo->plh_layouts)) in _add_to_server_list()
1786 list_add_tail(&lo->plh_layouts, &server->layouts); in _add_to_server_list()
Dcallback_proc.c132 list_for_each_entry(lo, &server->layouts, plh_layouts) { in nfs_layout_find_inode_by_stateid()
169 list_for_each_entry(lo, &server->layouts, plh_layouts) { in nfs_layout_find_inode_by_fh()
Dpnfs.h190 struct list_head plh_layouts; /* other client layouts */ member