Searched refs:tmp_ds (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/nfs/
H A Dpnfs_nfs.c768 struct nfs4_pnfs_ds *tmp_ds, *ds = NULL; local
784 tmp_ds = _data_server_lookup_locked(dsaddrs);
785 if (tmp_ds == NULL) {
798 refcount_inc(&tmp_ds->ds_count);
800 __func__, tmp_ds->ds_remotestr,
801 refcount_read(&tmp_ds->ds_count));
802 ds = tmp_ds;

Completed in 134 milliseconds