Home
last modified time | relevance | path

Searched refs:plh_outstanding (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/fs/nfs/
Dpnfs.c433 (atomic_read(&lo->plh_outstanding) > lget)); in pnfs_layoutgets_blocked()
616 *barrier = current_seqid + atomic_read(&lo->plh_outstanding); in pnfs_roc_drain()
798 atomic_inc(&lo->plh_outstanding); in pnfs_update_layout()
820 atomic_dec(&lo->plh_outstanding); in pnfs_update_layout()
Dpnfs.h100 atomic_t plh_outstanding; /* number of RPCs out */ member