Searched refs:plh_layouts (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/nfs/ |
H A D | callback_proc.c | 137 list_for_each_entry_rcu(lo, &server->layouts, plh_layouts) { in nfs_layout_find_inode_by_stateid() 173 list_for_each_entry_rcu(lo, &server->layouts, plh_layouts) { in nfs_layout_find_inode_by_fh()
|
H A D | pnfs.c | 286 list_del_rcu(&lo->plh_layouts); in pnfs_free_layout_hdr() 839 list_for_each_entry_safe(lo, next, &server->layouts, plh_layouts) { in pnfs_layout_bulk_destroy_byserver_locked() 850 list_del_rcu(&lo->plh_layouts); in pnfs_layout_bulk_destroy_byserver_locked() 1732 INIT_LIST_HEAD(&lo->plh_layouts); in alloc_init_layout_hdr() 1952 list_add_tail_rcu(&lo->plh_layouts, &server->layouts); in _add_to_server_list() 2656 list_for_each_entry_rcu(lo, &server->layouts, plh_layouts) { in pnfs_layout_return_unused_byserver()
|
H A D | pnfs.h | 202 struct list_head plh_layouts; /* other client layouts */ member
|