Home
last modified time | relevance | path

Searched defs:pnfs_layout_hdr (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/fs/nfs/
Dpnfs.h187 struct pnfs_layout_hdr { struct
188 refcount_t plh_refcount;
189 atomic_t plh_outstanding; /* number of RPCs out */
190 struct list_head plh_layouts; /* other client layouts */
191 struct list_head plh_bulk_destroy;
192 struct list_head plh_segs; /* layout segments list */
193 struct list_head plh_return_segs; /* invalid layout segments */
194 unsigned long plh_block_lgets; /* block LAYOUTGET if >0 */
195 unsigned long plh_retry_timestamp;
196 unsigned long plh_flags;
[all …]