Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/
Dchannel.h296 u32 expected_version, in spar_check_channel_client() argument
325 if (expected_version > 0) { /* caller wants us to verify in spar_check_channel_client()
329 if (ver != expected_version) { in spar_check_channel_client()
332 (unsigned long)expected_version, ver); in spar_check_channel_client()
/linux-4.1.27/fs/afs/
Dfsclient.c40 afs_dataversion_t expected_version; in xdr_decode_AFSFetchStatus() local
114 expected_version = status->data_version; in xdr_decode_AFSFetchStatus()
116 expected_version = *store_version; in xdr_decode_AFSFetchStatus()
118 if (expected_version != data_version) { in xdr_decode_AFSFetchStatus()