Lines Matching refs:_bp

37 static void xdr_decode_AFSFid(const __be32 **_bp, struct afs_fid *fid)  in xdr_decode_AFSFid()  argument
39 const __be32 *bp = *_bp; in xdr_decode_AFSFid()
44 *_bp = bp; in xdr_decode_AFSFid()
130 const __be32 **_bp, in xdr_decode_AFSFetchStatus() argument
136 const struct afs_xdr_AFSFetchStatus *xdr = (const void *)*_bp; in xdr_decode_AFSFetchStatus()
223 *_bp = (const void *)*_bp + sizeof(*xdr); in xdr_decode_AFSFetchStatus()
235 xdr_dump_bad(*_bp); in xdr_decode_AFSFetchStatus()
244 const __be32 **_bp, in afs_decode_status() argument
253 return xdr_decode_AFSFetchStatus(call, _bp, status, vnode, in afs_decode_status()
257 ret = xdr_decode_AFSFetchStatus(call, _bp, status, vnode, in afs_decode_status()
268 const __be32 **_bp) in xdr_decode_AFSCallBack() argument
271 const __be32 *bp = *_bp; in xdr_decode_AFSCallBack()
293 *_bp = bp; in xdr_decode_AFSCallBack()
296 static void xdr_decode_AFSCallBack_raw(const __be32 **_bp, in xdr_decode_AFSCallBack_raw() argument
299 const __be32 *bp = *_bp; in xdr_decode_AFSCallBack_raw()
304 *_bp = bp; in xdr_decode_AFSCallBack_raw()
310 static void xdr_decode_AFSVolSync(const __be32 **_bp, in xdr_decode_AFSVolSync() argument
313 const __be32 *bp = *_bp; in xdr_decode_AFSVolSync()
321 *_bp = bp; in xdr_decode_AFSVolSync()
327 static void xdr_encode_AFS_StoreStatus(__be32 **_bp, struct iattr *attr) in xdr_encode_AFS_StoreStatus() argument
329 __be32 *bp = *_bp; in xdr_encode_AFS_StoreStatus()
359 *_bp = bp; in xdr_encode_AFS_StoreStatus()
365 static void xdr_decode_AFSFetchVolumeStatus(const __be32 **_bp, in xdr_decode_AFSFetchVolumeStatus() argument
368 const __be32 *bp = *_bp; in xdr_decode_AFSFetchVolumeStatus()
382 *_bp = bp; in xdr_decode_AFSFetchVolumeStatus()