plh_return_seq    231 fs/nfs/callback_proc.c 	    lo->plh_return_seq != 0) {
plh_return_seq    232 fs/nfs/callback_proc.c 		if (newseq < lo->plh_return_seq)
plh_return_seq    234 fs/nfs/callback_proc.c 		if (newseq > lo->plh_return_seq)
plh_return_seq    321 fs/nfs/pnfs.c  		WARN_ON_ONCE(lo->plh_return_seq != 0 && lo->plh_return_seq != seq);
plh_return_seq    322 fs/nfs/pnfs.c  		lo->plh_return_seq = seq;
plh_return_seq    331 fs/nfs/pnfs.c  	lo->plh_return_seq = 0;
plh_return_seq   1137 fs/nfs/pnfs.c  			if (lo->plh_return_seq != 0)
plh_return_seq   1138 fs/nfs/pnfs.c  				stateid->seqid = cpu_to_be32(lo->plh_return_seq);
plh_return_seq   1212 fs/nfs/pnfs.c  	seq = lo->plh_return_seq;
plh_return_seq    201 fs/nfs/pnfs.h  	u32			plh_return_seq;