Home
last modified time | relevance | path

Searched refs:_bp (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/afs/
Dfsclient.c37 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()
[all …]