• Home
  • Raw
  • Download

Lines Matching full:dvp

516 	struct afs_vnode_param *dvp = &op->file[0];  in afs_deliver_fs_create_vnode()  local
529 xdr_decode_AFSFetchStatus(&bp, call, &dvp->scb); in afs_deliver_fs_create_vnode()
553 struct afs_vnode_param *dvp = &op->file[0]; in afs_fs_create_file() local
572 *bp++ = htonl(dvp->fid.vid); in afs_fs_create_file()
573 *bp++ = htonl(dvp->fid.vnode); in afs_fs_create_file()
574 *bp++ = htonl(dvp->fid.unique); in afs_fs_create_file()
589 trace_afs_make_fs_call1(call, &dvp->fid, name); in afs_fs_create_file()
606 struct afs_vnode_param *dvp = &op->file[0]; in afs_fs_make_dir() local
625 *bp++ = htonl(dvp->fid.vid); in afs_fs_make_dir()
626 *bp++ = htonl(dvp->fid.vnode); in afs_fs_make_dir()
627 *bp++ = htonl(dvp->fid.unique); in afs_fs_make_dir()
642 trace_afs_make_fs_call1(call, &dvp->fid, name); in afs_fs_make_dir()
685 struct afs_vnode_param *dvp = &op->file[0]; in afs_fs_remove_file() local
704 *bp++ = htonl(dvp->fid.vid); in afs_fs_remove_file()
705 *bp++ = htonl(dvp->fid.vnode); in afs_fs_remove_file()
706 *bp++ = htonl(dvp->fid.unique); in afs_fs_remove_file()
715 trace_afs_make_fs_call1(call, &dvp->fid, name); in afs_fs_remove_file()
732 struct afs_vnode_param *dvp = &op->file[0]; in afs_fs_remove_dir() local
751 *bp++ = htonl(dvp->fid.vid); in afs_fs_remove_dir()
752 *bp++ = htonl(dvp->fid.vnode); in afs_fs_remove_dir()
753 *bp++ = htonl(dvp->fid.unique); in afs_fs_remove_dir()
762 trace_afs_make_fs_call1(call, &dvp->fid, name); in afs_fs_remove_dir()
772 struct afs_vnode_param *dvp = &op->file[0]; in afs_deliver_fs_link() local
786 xdr_decode_AFSFetchStatus(&bp, call, &dvp->scb); in afs_deliver_fs_link()
809 struct afs_vnode_param *dvp = &op->file[0]; in afs_fs_link() local
828 *bp++ = htonl(dvp->fid.vid); in afs_fs_link()
829 *bp++ = htonl(dvp->fid.vnode); in afs_fs_link()
830 *bp++ = htonl(dvp->fid.unique); in afs_fs_link()
852 struct afs_vnode_param *dvp = &op->file[0]; in afs_deliver_fs_symlink() local
867 xdr_decode_AFSFetchStatus(&bp, call, &dvp->scb); in afs_deliver_fs_symlink()
890 struct afs_vnode_param *dvp = &op->file[0]; in afs_fs_symlink() local
913 *bp++ = htonl(dvp->fid.vid); in afs_fs_symlink()
914 *bp++ = htonl(dvp->fid.vnode); in afs_fs_symlink()
915 *bp++ = htonl(dvp->fid.unique); in afs_fs_symlink()
937 trace_afs_make_fs_call1(call, &dvp->fid, name); in afs_fs_symlink()
1919 struct afs_vnode_param *dvp = &op->file[0]; in afs_fs_inline_bulk_status() local
1943 *bp++ = htonl(dvp->fid.vid); in afs_fs_inline_bulk_status()
1944 *bp++ = htonl(dvp->fid.vnode); in afs_fs_inline_bulk_status()
1945 *bp++ = htonl(dvp->fid.unique); in afs_fs_inline_bulk_status()