Searched refs:expected_version (Results 1 – 5 of 5) sorted by relevance
| /Linux-v4.19/tools/testing/selftests/sparc64/drivers/ |
| D | adi-test.c | 322 unsigned char version[1], expected_version; in test0_prpw_aligned_1byte() local 327 expected_version = version[0]; in test0_prpw_aligned_1byte() 339 if (expected_version != version[0]) { in test0_prpw_aligned_1byte() 341 expected_version, version[0]); in test0_prpw_aligned_1byte() 342 TEST_STEP_FAILURE(-expected_version); in test0_prpw_aligned_1byte() 357 expected_version[TEST1_VERSION_SZ]; in test1_prpw_aligned_4096bytes() local 363 expected_version[i] = version[i]; in test1_prpw_aligned_4096bytes() 377 if (expected_version[i] != version[i]) { in test1_prpw_aligned_4096bytes() 380 expected_version, version[0]); in test1_prpw_aligned_4096bytes() 381 TEST_STEP_FAILURE(-expected_version[i]); in test1_prpw_aligned_4096bytes() [all …]
|
| /Linux-v4.19/fs/afs/ |
| D | fsclient.c | 72 const afs_dataversion_t *expected_version, in afs_update_inode_from_status() argument 97 if (expected_version && in afs_update_inode_from_status() 98 *expected_version != status->data_version) { in afs_update_inode_from_status() 102 (unsigned long long) *expected_version); in afs_update_inode_from_status() 133 const afs_dataversion_t *expected_version, in xdr_decode_AFSFetchStatus() argument 228 afs_update_inode_from_status(vnode, status, expected_version, in xdr_decode_AFSFetchStatus() 247 const afs_dataversion_t *expected_version, in afs_decode_status() argument 254 expected_version, read_req); in afs_decode_status() 258 expected_version, read_req); in afs_decode_status() 403 &call->expected_version, NULL) < 0) in afs_deliver_fs_fetch_status_vnode() [all …]
|
| D | internal.h | 129 afs_dataversion_t expected_version; /* Updated version expected from store */ member
|
| /Linux-v4.19/drivers/visorbus/ |
| D | visorbus_main.c | 68 u64 expected_min_bytes, u32 expected_version, in visor_check_channel() argument 91 if (expected_version > 0) { in visor_check_channel() 92 if (ch->version_id != expected_version) { in visor_check_channel() 95 (unsigned long)expected_version, in visor_check_channel()
|
| /Linux-v4.19/include/linux/ |
| D | visorbus.h | 320 u64 expected_min_bytes, u32 expected_version,
|