Home
last modified time | relevance | path

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

/linux-3.4.99/fs/afs/
Dfsclient.c38 afs_dataversion_t *store_version) in xdr_decode_AFSFetchStatus() argument
109 if (store_version) in xdr_decode_AFSFetchStatus()
110 expected_version = *store_version; in xdr_decode_AFSFetchStatus()
121 } else if (store_version) { in xdr_decode_AFSFetchStatus()
1120 &call->store_version); in afs_deliver_fs_store_data()
1180 call->store_version = vnode->status.data_version + 1; in afs_fs_store_data64()
1257 call->store_version = vnode->status.data_version + 1; in afs_fs_store_data()
1286 afs_dataversion_t *store_version; in afs_deliver_fs_store_status() local
1305 store_version = NULL; in afs_deliver_fs_store_status()
1307 store_version = &call->store_version; in afs_deliver_fs_store_status()
[all …]
Dinternal.h121 afs_dataversion_t store_version; /* updated version expected from store */ member