Searched refs:xdr_decode_YFSFetchStatus (Results 1 – 1 of 1) sorted by relevance
/fs/afs/ |
D | yfsclient.c | 182 static int xdr_decode_YFSFetchStatus(const __be32 **_bp, in xdr_decode_YFSFetchStatus() function 347 ret = xdr_decode_YFSFetchStatus(&bp, call, call->out_scb); in yfs_deliver_fs_status_cb_and_volsync() 371 ret = xdr_decode_YFSFetchStatus(&bp, call, call->out_scb); in yfs_deliver_status_and_volsync() 535 ret = xdr_decode_YFSFetchStatus(&bp, call, call->out_scb); in yfs_deliver_fs_fetch_data64() 644 ret = xdr_decode_YFSFetchStatus(&bp, call, call->out_scb); in yfs_deliver_fs_create_vnode() 647 ret = xdr_decode_YFSFetchStatus(&bp, call, call->out_dir_scb); in yfs_deliver_fs_create_vnode() 802 ret = xdr_decode_YFSFetchStatus(&bp, call, call->out_dir_scb); in yfs_deliver_fs_remove_file2() 807 ret = xdr_decode_YFSFetchStatus(&bp, call, call->out_scb); in yfs_deliver_fs_remove_file2() 889 ret = xdr_decode_YFSFetchStatus(&bp, call, call->out_dir_scb); in yfs_deliver_fs_remove() 974 ret = xdr_decode_YFSFetchStatus(&bp, call, call->out_scb); in yfs_deliver_fs_link() [all …]
|