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