Searched refs:new_dvp (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/afs/ |
| H A D | yfsclient.c | 1000 struct afs_vnode_param *new_dvp = &op->file[1]; in yfs_deliver_fs_rename() local 1015 xdr_decode_YFSFetchStatus(&bp, call, &new_dvp->scb); in yfs_deliver_fs_rename() 1037 struct afs_vnode_param *new_dvp = &op->file[1]; in yfs_fs_rename() local 1067 bp = xdr_encode_YFSFid(bp, &new_dvp->fid); in yfs_fs_rename() 1084 struct afs_vnode_param *new_dvp = &op->file[1]; in yfs_deliver_fs_rename_1() local 1102 xdr_decode_YFSFetchStatus(&bp, call, &new_dvp->scb); in yfs_deliver_fs_rename_1() 1117 struct afs_vnode_param *new_dvp = &op->file[1]; in yfs_deliver_fs_rename_2() local 1136 xdr_decode_YFSFetchStatus(&bp, call, &new_dvp->scb); in yfs_deliver_fs_rename_2() 1192 struct afs_vnode_param *new_dvp = &op->file[1]; in yfs_fs_rename_replace() local 1223 bp = xdr_encode_YFSFid(bp, &new_dvp->fid); in yfs_fs_rename_replace() [all …]
|
| H A D | fsclient.c | 938 struct afs_vnode_param *new_dvp = &op->file[1]; in afs_deliver_fs_rename() local 951 xdr_decode_AFSFetchStatus(&bp, call, &new_dvp->scb); in afs_deliver_fs_rename() 974 struct afs_vnode_param *new_dvp = &op->file[1]; in afs_fs_rename() local 1012 *bp++ = htonl(new_dvp->fid.vid); in afs_fs_rename() 1013 *bp++ = htonl(new_dvp->fid.vnode); in afs_fs_rename() 1014 *bp++ = htonl(new_dvp->fid.unique); in afs_fs_rename()
|