Searched refs:plh_outstanding (Results 1 – 2 of 2) sorted by relevance
588 if (atomic_read(&lo->plh_outstanding) == 0) in pnfs_layout_remove_lseg()1090 if (atomic_read(&lo->plh_outstanding) == 1) in pnfs_set_layout_stateid()1309 if (atomic_read(&lo->plh_outstanding) != 0 && lo->plh_return_seq == 0) in pnfs_prepare_layoutreturn()2074 atomic_inc(&lo->plh_outstanding); in nfs_layoutget_begin()2079 if (atomic_dec_and_test(&lo->plh_outstanding) && in nfs_layoutget_end()2201 atomic_read(&lo->plh_outstanding) != 0) { in pnfs_update_layout()
206 atomic_t plh_outstanding; /* number of RPCs out */ member