Searched refs:plh_outstanding (Results 1 – 2 of 2) sorted by relevance
587 if (atomic_read(&lo->plh_outstanding) == 0) in pnfs_layout_remove_lseg()1089 if (atomic_read(&lo->plh_outstanding) == 1) in pnfs_set_layout_stateid()1308 if (atomic_read(&lo->plh_outstanding) != 0 && lo->plh_return_seq == 0) in pnfs_prepare_layoutreturn()2073 atomic_inc(&lo->plh_outstanding); in nfs_layoutget_begin()2078 if (atomic_dec_and_test(&lo->plh_outstanding) && in nfs_layoutget_end()2200 atomic_read(&lo->plh_outstanding) != 0) { in pnfs_update_layout()
206 atomic_t plh_outstanding; /* number of RPCs out */ member