Searched refs:xdr_decode_AFSFetchStatus (Results  1 – 1 of 1) sorted by relevance
| /Linux-v6.6/fs/afs/ | 
| D | fsclient.c | 54 static void xdr_decode_AFSFetchStatus(const __be32 **_bp,  in xdr_decode_AFSFetchStatus()  function251 	xdr_decode_AFSFetchStatus(&bp, call, &vp->scb);  in afs_deliver_fs_fetch_status()
 383 		xdr_decode_AFSFetchStatus(&bp, call, &vp->scb);  in afs_deliver_fs_fetch_data()
 501 	xdr_decode_AFSFetchStatus(&bp, call, &vp->scb);  in afs_deliver_fs_create_vnode()
 502 	xdr_decode_AFSFetchStatus(&bp, call, &dvp->scb);  in afs_deliver_fs_create_vnode()
 635 	xdr_decode_AFSFetchStatus(&bp, call, &vp->scb);  in afs_deliver_fs_file_status_and_vol()
 758 	xdr_decode_AFSFetchStatus(&bp, call, &vp->scb);  in afs_deliver_fs_link()
 759 	xdr_decode_AFSFetchStatus(&bp, call, &dvp->scb);  in afs_deliver_fs_link()
 839 	xdr_decode_AFSFetchStatus(&bp, call, &vp->scb);  in afs_deliver_fs_symlink()
 840 	xdr_decode_AFSFetchStatus(&bp, call, &dvp->scb);  in afs_deliver_fs_symlink()
 [all …]
 
 |