Searched refs:orig_dvp (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/afs/ |
| H A D | yfsclient.c | 999 struct afs_vnode_param *orig_dvp = &op->file[0]; in yfs_deliver_fs_rename() local 1014 xdr_decode_YFSFetchStatus(&bp, call, &orig_dvp->scb); in yfs_deliver_fs_rename() 1036 struct afs_vnode_param *orig_dvp = &op->file[0]; in yfs_fs_rename() local 1065 bp = xdr_encode_YFSFid(bp, &orig_dvp->fid); in yfs_fs_rename() 1071 call->fid = orig_dvp->fid; in yfs_fs_rename() 1072 trace_afs_make_fs_call2(call, &orig_dvp->fid, orig_name, new_name); in yfs_fs_rename() 1083 struct afs_vnode_param *orig_dvp = &op->file[0]; in yfs_deliver_fs_rename_1() local 1099 xdr_decode_YFSFetchStatus(&bp, call, &orig_dvp->scb); in yfs_deliver_fs_rename_1() 1116 struct afs_vnode_param *orig_dvp = &op->file[0]; in yfs_deliver_fs_rename_2() local 1133 xdr_decode_YFSFetchStatus(&bp, call, &orig_dvp->scb); in yfs_deliver_fs_rename_2() [all …]
|
| H A D | dir.c | 1881 struct afs_vnode_param *orig_dvp = &op->file[0]; in afs_rename_edit_dir() local 1883 struct afs_vnode *orig_dvnode = orig_dvp->vnode; in afs_rename_edit_dir() 1903 orig_dvnode->status.data_version == orig_dvp->dv_before + orig_dvp->dv_delta) in afs_rename_edit_dir() 1954 struct afs_vnode_param *orig_dvp = &op->file[0]; in afs_rename_exchange_edit_dir() local 1956 struct afs_vnode *orig_dvnode = orig_dvp->vnode; in afs_rename_exchange_edit_dir() 1968 orig_dvnode->status.data_version == orig_dvp->dv_before + orig_dvp->dv_delta) { in afs_rename_exchange_edit_dir() 1980 orig_dvnode->status.data_version == orig_dvp->dv_before + orig_dvp->dv_delta) in afs_rename_exchange_edit_dir() 2006 afs_update_dentry_version(op, orig_dvp, new_dentry); in afs_rename_exchange_edit_dir()
|
| H A D | fsclient.c | 937 struct afs_vnode_param *orig_dvp = &op->file[0]; in afs_deliver_fs_rename() local 950 xdr_decode_AFSFetchStatus(&bp, call, &orig_dvp->scb); in afs_deliver_fs_rename() 973 struct afs_vnode_param *orig_dvp = &op->file[0]; in afs_fs_rename() local 1001 *bp++ = htonl(orig_dvp->fid.vid); in afs_fs_rename() 1002 *bp++ = htonl(orig_dvp->fid.vnode); in afs_fs_rename() 1003 *bp++ = htonl(orig_dvp->fid.unique); in afs_fs_rename() 1023 call->fid = orig_dvp->fid; in afs_fs_rename() 1024 trace_afs_make_fs_call2(call, &orig_dvp->fid, orig_name, new_name); in afs_fs_rename()
|