Searched refs:xdr_decode_AFSFetchStatus (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.10/fs/afs/ | 
| D | fsclient.c | 53 static void xdr_decode_AFSFetchStatus(const __be32 **_bp,  in xdr_decode_AFSFetchStatus()  function250 	xdr_decode_AFSFetchStatus(&bp, call, &vp->scb);  in afs_deliver_fs_fetch_status()
 400 		xdr_decode_AFSFetchStatus(&bp, call, &vp->scb);  in afs_deliver_fs_fetch_data()
 528 	xdr_decode_AFSFetchStatus(&bp, call, &vp->scb);  in afs_deliver_fs_create_vnode()
 529 	xdr_decode_AFSFetchStatus(&bp, call, &dvp->scb);  in afs_deliver_fs_create_vnode()
 662 	xdr_decode_AFSFetchStatus(&bp, call, &vp->scb);  in afs_deliver_fs_file_status_and_vol()
 785 	xdr_decode_AFSFetchStatus(&bp, call, &vp->scb);  in afs_deliver_fs_link()
 786 	xdr_decode_AFSFetchStatus(&bp, call, &dvp->scb);  in afs_deliver_fs_link()
 866 	xdr_decode_AFSFetchStatus(&bp, call, &vp->scb);  in afs_deliver_fs_symlink()
 867 	xdr_decode_AFSFetchStatus(&bp, call, &dvp->scb);  in afs_deliver_fs_symlink()
 [all …]
 
 |