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 | 1891 struct afs_vnode_param *orig_dvp = &op->file[0]; in afs_rename_edit_dir() local 1893 struct afs_vnode *orig_dvnode = orig_dvp->vnode; in afs_rename_edit_dir() 1913 orig_dvnode->status.data_version == orig_dvp->dv_before + orig_dvp->dv_delta) in afs_rename_edit_dir() 1964 struct afs_vnode_param *orig_dvp = &op->file[0]; in afs_rename_exchange_edit_dir() local 1966 struct afs_vnode *orig_dvnode = orig_dvp->vnode; in afs_rename_exchange_edit_dir() 1978 orig_dvnode->status.data_version == orig_dvp->dv_before + orig_dvp->dv_delta) { in afs_rename_exchange_edit_dir() 1990 orig_dvnode->status.data_version == orig_dvp->dv_before + orig_dvp->dv_delta) in afs_rename_exchange_edit_dir() 2016 afs_update_dentry_version(op, orig_dvp, new_dentry); in afs_rename_exchange_edit_dir()
|
| H A D | fsclient.c | 940 struct afs_vnode_param *orig_dvp = &op->file[0]; in afs_deliver_fs_rename() local 953 xdr_decode_AFSFetchStatus(&bp, call, &orig_dvp->scb); in afs_deliver_fs_rename() 976 struct afs_vnode_param *orig_dvp = &op->file[0]; in afs_fs_rename() local 1004 *bp++ = htonl(orig_dvp->fid.vid); in afs_fs_rename() 1005 *bp++ = htonl(orig_dvp->fid.vnode); in afs_fs_rename() 1006 *bp++ = htonl(orig_dvp->fid.unique); in afs_fs_rename() 1026 call->fid = orig_dvp->fid; in afs_fs_rename() 1027 trace_afs_make_fs_call2(call, &orig_dvp->fid, orig_name, new_name); in afs_fs_rename()
|