Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/fs/nfs/
Dpnfs.h188 struct pnfs_layout_hdr { struct
189 refcount_t plh_refcount;
190 atomic_t plh_outstanding; /* number of RPCs out */
191 struct list_head plh_layouts; /* other client layouts */
192 struct list_head plh_bulk_destroy;
193 struct list_head plh_segs; /* layout segments list */
194 struct list_head plh_return_segs; /* invalid layout segments */
195 unsigned long plh_block_lgets; /* block LAYOUTGET if >0 */
196 unsigned long plh_retry_timestamp;
197 unsigned long plh_flags;
[all …]
/kernel/linux/linux-5.10/fs/nfs/
Dpnfs.h198 struct pnfs_layout_hdr { struct
199 refcount_t plh_refcount;
200 atomic_t plh_outstanding; /* number of RPCs out */
201 struct list_head plh_layouts; /* other client layouts */
202 struct list_head plh_bulk_destroy;
203 struct list_head plh_segs; /* layout segments list */
204 struct list_head plh_return_segs; /* invalid layout segments */
205 unsigned long plh_block_lgets; /* block LAYOUTGET if >0 */
206 unsigned long plh_retry_timestamp;
207 unsigned long plh_flags;
[all …]