Home
last modified time | relevance | path

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

/fs/afs/
Dfsclient.c38 afs_dataversion_t *store_version) in xdr_decode_AFSFetchStatus() argument
115 if (store_version) in xdr_decode_AFSFetchStatus()
116 expected_version = *store_version; in xdr_decode_AFSFetchStatus()
127 } else if (store_version) { in xdr_decode_AFSFetchStatus()
1079 &call->store_version); in afs_deliver_fs_store_data()
1139 call->store_version = vnode->status.data_version + 1; in afs_fs_store_data64()
1216 call->store_version = vnode->status.data_version + 1; in afs_fs_store_data()
1244 afs_dataversion_t *store_version; in afs_deliver_fs_store_status() local
1256 store_version = NULL; in afs_deliver_fs_store_status()
1258 store_version = &call->store_version; in afs_deliver_fs_store_status()
[all …]
Dinternal.h122 afs_dataversion_t store_version; /* updated version expected from store */ member