Lines Matching refs:_bp
20 static void xdr_decode_AFSFid(const __be32 **_bp, struct afs_fid *fid)
22 const __be32 *bp = *_bp;
27 *_bp = bp;
53 static void xdr_decode_AFSFetchStatus(const __be32 **_bp,
57 const struct afs_xdr_AFSFetchStatus *xdr = (const void *)*_bp;
122 *_bp = (const void *)*_bp + sizeof(*xdr);
126 xdr_dump_bad(*_bp);
136 static void xdr_decode_AFSCallBack(const __be32 **_bp,
141 const __be32 *bp = *_bp;
147 *_bp = bp;
153 static void xdr_decode_AFSVolSync(const __be32 **_bp,
156 const __be32 *bp = *_bp;
165 *_bp = bp;
174 static void xdr_encode_AFS_StoreStatus(__be32 **_bp, struct iattr *attr)
176 __be32 *bp = *_bp;
206 *_bp = bp;
212 static void xdr_decode_AFSFetchVolumeStatus(const __be32 **_bp,
215 const __be32 *bp = *_bp;
231 *_bp = bp;