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

/linux-4.4.14/fs/afs/
H A Dfsclient.c38 afs_dataversion_t *store_version) xdr_decode_AFSFetchStatus()
115 if (store_version) xdr_decode_AFSFetchStatus()
116 expected_version = *store_version; xdr_decode_AFSFetchStatus()
127 } else if (store_version) { xdr_decode_AFSFetchStatus()
1126 &call->store_version); afs_deliver_fs_store_data()
1186 call->store_version = vnode->status.data_version + 1; afs_fs_store_data64()
1263 call->store_version = vnode->status.data_version + 1; afs_fs_store_data()
1292 afs_dataversion_t *store_version; afs_deliver_fs_store_status() local
1311 store_version = NULL; afs_deliver_fs_store_status()
1313 store_version = &call->store_version; afs_deliver_fs_store_status()
1316 xdr_decode_AFSFetchStatus(&bp, &vnode->status, vnode, store_version); afs_deliver_fs_store_status()
1373 call->store_version = vnode->status.data_version + 1; afs_fs_setattr_size64()
1424 call->store_version = vnode->status.data_version + 1; afs_fs_setattr_size()
35 xdr_decode_AFSFetchStatus(const __be32 **_bp, struct afs_file_status *status, struct afs_vnode *vnode, afs_dataversion_t *store_version) xdr_decode_AFSFetchStatus() argument
H A Dinternal.h122 afs_dataversion_t store_version; /* updated version expected from store */ member in struct:afs_call

Completed in 130 milliseconds