Lines Matching refs:_bp
21 static void xdr_decode_AFSFid(const __be32 **_bp, struct afs_fid *fid) in xdr_decode_AFSFid() argument
23 const __be32 *bp = *_bp; in xdr_decode_AFSFid()
28 *_bp = bp; in xdr_decode_AFSFid()
54 static void xdr_decode_AFSFetchStatus(const __be32 **_bp, in xdr_decode_AFSFetchStatus() argument
58 const struct afs_xdr_AFSFetchStatus *xdr = (const void *)*_bp; in xdr_decode_AFSFetchStatus()
123 *_bp = (const void *)*_bp + sizeof(*xdr); in xdr_decode_AFSFetchStatus()
127 xdr_dump_bad(*_bp); in xdr_decode_AFSFetchStatus()
137 static void xdr_decode_AFSCallBack(const __be32 **_bp, in xdr_decode_AFSCallBack() argument
142 const __be32 *bp = *_bp; in xdr_decode_AFSCallBack()
148 *_bp = bp; in xdr_decode_AFSCallBack()
154 static void xdr_decode_AFSVolSync(const __be32 **_bp, in xdr_decode_AFSVolSync() argument
157 const __be32 *bp = *_bp; in xdr_decode_AFSVolSync()
166 *_bp = bp; in xdr_decode_AFSVolSync()
175 static void xdr_encode_AFS_StoreStatus(__be32 **_bp, struct iattr *attr) in xdr_encode_AFS_StoreStatus() argument
177 __be32 *bp = *_bp; in xdr_encode_AFS_StoreStatus()
207 *_bp = bp; in xdr_encode_AFS_StoreStatus()
213 static void xdr_decode_AFSFetchVolumeStatus(const __be32 **_bp, in xdr_decode_AFSFetchVolumeStatus() argument
216 const __be32 *bp = *_bp; in xdr_decode_AFSFetchVolumeStatus()
232 *_bp = bp; in xdr_decode_AFSFetchVolumeStatus()