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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/afs/
H A Dfsclient.c37 afs_dataversion_t *store_version)
107 if (store_version)
108 expected_version = *store_version;
119 } else if (store_version) {
1118 &call->store_version);
1178 call->store_version = vnode->status.data_version + 1;
1255 call->store_version = vnode->status.data_version + 1;
1284 afs_dataversion_t *store_version; local
1303 store_version = NULL;
1305 store_version
34 xdr_decode_AFSFetchStatus(const __be32 **_bp, struct afs_file_status *status, struct afs_vnode *vnode, afs_dataversion_t *store_version) argument
[all...]
H A Dinternal.h118 afs_dataversion_t store_version; /* updated version expected from store */ member in struct:afs_call

Completed in 21 milliseconds