Lines Matching defs:auxt
170 struct puffs_vfsmsg_unmount *auxt = auxbuf;
173 error = pops->puffs_fs_unmount(pu, auxt->pvfsr_flags);
183 struct puffs_vfsmsg_statvfs *auxt = auxbuf;
185 error = pops->puffs_fs_statvfs(pu, &auxt->pvfsr_sb);
191 struct puffs_vfsmsg_sync *auxt = auxbuf;
192 PUFFS_MAKECRED(pcr, &auxt->pvfsr_cred);
195 auxt->pvfsr_waitfor, pcr);
201 struct puffs_vfsmsg_fhtonode *auxt = auxbuf;
204 pni.pni_cookie = &auxt->pvfsr_fhcookie;
205 pni.pni_vtype = &auxt->pvfsr_vtype;
206 pni.pni_size = &auxt->pvfsr_size;
207 pni.pni_rdev = &auxt->pvfsr_rdev;
212 error = pops->puffs_fs_fhtonode(pu, auxt->pvfsr_data,
213 auxt->pvfsr_dsize, &pni);
220 struct puffs_vfsmsg_nodetofh *auxt = auxbuf;
223 auxt->pvfsr_fhcookie, auxt->pvfsr_data,
224 &auxt->pvfsr_dsize);
231 struct puffs_vfsmsg_extattrctl *auxt = auxbuf;
240 if (auxt->pvfsr_flags & PUFFS_EXTATTRCTL_HASATTRNAME)
241 attrname = auxt->pvfsr_attrname;
245 flags = auxt->pvfsr_flags & PUFFS_EXTATTRCTL_HASNODE;
246 error = pops->puffs_fs_extattrctl(pu, auxt->pvfsr_cmd,
248 auxt->pvfsr_attrnamespace, attrname);
266 struct puffs_vnmsg_lookup *auxt = auxbuf;
271 pcn.pcn_pkcnp = &auxt->pvnr_cn;
272 PUFFS_KCREDTOCRED(pcn.pcn_cred, &auxt->pvnr_cn_cred);
273 pni.pni_cookie = &auxt->pvnr_newnode;
274 pni.pni_vtype = &auxt->pvnr_vtype;
275 pni.pni_size = &auxt->pvnr_size;
276 pni.pni_rdev = &auxt->pvnr_rdev;
277 pni.pni_va = &auxt->pvnr_va;
278 pni.pni_va_ttl = &auxt->pvnr_va_ttl;
279 pni.pni_cn_ttl = &auxt->pvnr_cn_ttl;
299 pn = PU_CMAP(pu, auxt->pvnr_newnode);
310 pn = PU_CMAP(pu, auxt->pvnr_newnode);
318 struct puffs_vnmsg_create *auxt = auxbuf;
328 pcn.pcn_pkcnp = &auxt->pvnr_cn;
329 PUFFS_KCREDTOCRED(pcn.pcn_cred, &auxt->pvnr_cn_cred);
332 pni.pni_cookie = &auxt->pvnr_newnode;
333 pni.pni_va = &auxt->pvnr_va;
334 pni.pni_va_ttl = &auxt->pvnr_va_ttl;
335 pni.pni_cn_ttl = &auxt->pvnr_cn_ttl;
344 opcookie, &pni, &pcn, &auxt->pvnr_va);
350 pn = PU_CMAP(pu, auxt->pvnr_newnode);
357 pn = PU_CMAP(pu, auxt->pvnr_newnode);
365 struct puffs_vnmsg_mknod *auxt = auxbuf;
375 pcn.pcn_pkcnp = &auxt->pvnr_cn;
376 PUFFS_KCREDTOCRED(pcn.pcn_cred, &auxt->pvnr_cn_cred);
379 pni.pni_cookie = &auxt->pvnr_newnode;
380 pni.pni_va = &auxt->pvnr_va;
381 pni.pni_va_ttl = &auxt->pvnr_va_ttl;
382 pni.pni_cn_ttl = &auxt->pvnr_cn_ttl;
391 opcookie, &pni, &pcn, &auxt->pvnr_va);
397 pn = PU_CMAP(pu, auxt->pvnr_newnode);
404 pn = PU_CMAP(pu, auxt->pvnr_newnode);
412 struct puffs_vnmsg_open *auxt = auxbuf;
413 PUFFS_MAKECRED(pcr, &auxt->pvnr_cred);
417 opcookie, auxt->pvnr_mode, pcr,
418 &auxt->pvnr_oflags);
429 opcookie, auxt->pvnr_mode, pcr);
435 struct puffs_vnmsg_close *auxt = auxbuf;
436 PUFFS_MAKECRED(pcr, &auxt->pvnr_cred);
444 opcookie, auxt->pvnr_fflag, pcr);
450 struct puffs_vnmsg_access *auxt = auxbuf;
451 PUFFS_MAKECRED(pcr, &auxt->pvnr_cred);
459 opcookie, auxt->pvnr_mode, pcr);
465 struct puffs_vnmsg_getattr *auxt = auxbuf;
466 PUFFS_MAKECRED(pcr, &auxt->pvnr_cred);
475 opcookie, &auxt->pvnr_va, pcr,
476 &auxt->pvnr_va_ttl);
484 opcookie, &auxt->pvnr_va, pcr);
491 struct puffs_vnmsg_setattr *auxt = auxbuf;
492 PUFFS_MAKECRED(pcr, &auxt->pvnr_cred);
506 opcookie, &auxt->pvnr_va, pcr,
507 &auxt->pvnr_va_ttl, xflag);
515 opcookie, &auxt->pvnr_va, pcr);
522 struct puffs_vnmsg_mmap *auxt = auxbuf;
523 PUFFS_MAKECRED(pcr, &auxt->pvnr_cred);
531 opcookie, auxt->pvnr_prot, pcr);
537 struct puffs_vnmsg_fsync *auxt = auxbuf;
538 PUFFS_MAKECRED(pcr, &auxt->pvnr_cred);
546 auxt->pvnr_flags, auxt->pvnr_offlo,
547 auxt->pvnr_offhi);
553 struct puffs_vnmsg_seek *auxt = auxbuf;
554 PUFFS_MAKECRED(pcr, &auxt->pvnr_cred);
562 opcookie, auxt->pvnr_oldoff,
563 auxt->pvnr_newoff, pcr);
569 struct puffs_vnmsg_remove *auxt = auxbuf;
576 pcn.pcn_pkcnp = &auxt->pvnr_cn;
577 PUFFS_KCREDTOCRED(pcn.pcn_cred, &auxt->pvnr_cn_cred);
580 opcookie, auxt->pvnr_cookie_targ, &pcn);
586 struct puffs_vnmsg_link *auxt = auxbuf;
593 pcn.pcn_pkcnp = &auxt->pvnr_cn;
594 PUFFS_KCREDTOCRED(pcn.pcn_cred, &auxt->pvnr_cn_cred);
603 opcookie, auxt->pvnr_cookie_targ, &pcn);
612 struct puffs_vnmsg_rename *auxt = auxbuf;
621 pcn_src.pcn_pkcnp = &auxt->pvnr_cn_src;
623 &auxt->pvnr_cn_src_cred);
625 pcn_targ.pcn_pkcnp = &auxt->pvnr_cn_targ;
627 &auxt->pvnr_cn_targ_cred);
630 pn_src = auxt->pvnr_cookie_src;
634 auxt->pvnr_cookie_targdir);
640 opcookie, auxt->pvnr_cookie_src,
641 &pcn_src, auxt->pvnr_cookie_targdir,
642 auxt->pvnr_cookie_targ, &pcn_targ);
678 struct puffs_vnmsg_mkdir *auxt = auxbuf;
688 pcn.pcn_pkcnp = &auxt->pvnr_cn;
689 PUFFS_KCREDTOCRED(pcn.pcn_cred, &auxt->pvnr_cn_cred);
692 pni.pni_cookie = &auxt->pvnr_newnode;
693 pni.pni_va = &auxt->pvnr_va;
694 pni.pni_va_ttl = &auxt->pvnr_va_ttl;
695 pni.pni_cn_ttl = &auxt->pvnr_cn_ttl;
704 opcookie, &pni, &pcn, &auxt->pvnr_va);
710 pn = PU_CMAP(pu, auxt->pvnr_newnode);
717 pn = PU_CMAP(pu, auxt->pvnr_newnode);
725 struct puffs_vnmsg_rmdir *auxt = auxbuf;
732 pcn.pcn_pkcnp = &auxt->pvnr_cn;
733 PUFFS_KCREDTOCRED(pcn.pcn_cred, &auxt->pvnr_cn_cred);
736 opcookie, auxt->pvnr_cookie_targ, &pcn);
742 struct puffs_vnmsg_symlink *auxt = auxbuf;
752 pcn.pcn_pkcnp = &auxt->pvnr_cn;
753 PUFFS_KCREDTOCRED(pcn.pcn_cred, &auxt->pvnr_cn_cred);
756 pni.pni_cookie = &auxt->pvnr_newnode;
757 pni.pni_va = &auxt->pvnr_va;
758 pni.pni_va_ttl = &auxt->pvnr_va_ttl;
759 pni.pni_cn_ttl = &auxt->pvnr_cn_ttl;
769 &auxt->pvnr_va, auxt->pvnr_link);
775 pn = PU_CMAP(pu, auxt->pvnr_newnode);
782 pn = PU_CMAP(pu, auxt->pvnr_newnode);
790 struct puffs_vnmsg_readdir *auxt = auxbuf;
791 PUFFS_MAKECRED(pcr, &auxt->pvnr_cred);
801 if (auxt->pvnr_ncookies) {
803 cookies = (off_t *)auxt->pvnr_data;
804 origcookies = auxt->pvnr_ncookies;
811 (auxt->pvnr_data + auxt->pvnr_dentoff);
813 res = auxt->pvnr_resid;
815 opcookie, dent, &auxt->pvnr_offset,
816 &auxt->pvnr_resid, pcr, &auxt->pvnr_eofflag,
817 cookies, &auxt->pvnr_ncookies);
820 assert(auxt->pvnr_ncookies <= origcookies);
824 + auxt->pvnr_dentoff + (res - auxt->pvnr_resid);
830 struct puffs_vnmsg_readlink *auxt = auxbuf;
831 PUFFS_MAKECRED(pcr, &auxt->pvnr_cred);
840 auxt->pvnr_link, &auxt->pvnr_linklen);
846 struct puffs_vnmsg_reclaim *auxt = auxbuf;
851 auxt->pvnr_nlookup);
869 pn->pn_nlookup -= auxt->pvnr_nlookup;
894 struct puffs_vnmsg_pathconf *auxt = auxbuf;
901 opcookie, auxt->pvnr_name,
902 &auxt->pvnr_retval);
908 struct puffs_vnmsg_advlock *auxt = auxbuf;
915 opcookie, auxt->pvnr_id, auxt->pvnr_op,
916 &auxt->pvnr_fl, auxt->pvnr_flags);
934 struct puffs_vnmsg_abortop *auxt = auxbuf;
942 pcn.pcn_pkcnp = &auxt->pvnr_cn;
943 PUFFS_KCREDTOCRED(pcn.pcn_cred, &auxt->pvnr_cn_cred);
952 struct puffs_vnmsg_read *auxt = auxbuf;
953 PUFFS_MAKECRED(pcr, &auxt->pvnr_cred);
961 res = auxt->pvnr_resid;
963 opcookie, auxt->pvnr_data,
964 auxt->pvnr_offset, &auxt->pvnr_resid,
965 pcr, auxt->pvnr_ioflag);
969 + (res - auxt->pvnr_resid);
975 struct puffs_vnmsg_write *auxt = auxbuf;
976 PUFFS_MAKECRED(pcr, &auxt->pvnr_cred);
985 opcookie, auxt->pvnr_data,
986 auxt->pvnr_offset, &auxt->pvnr_resid,
987 pcr, auxt->pvnr_ioflag, xflag);
991 opcookie, auxt->pvnr_data,
992 auxt->pvnr_offset, &auxt->pvnr_resid,
993 pcr, auxt->pvnr_ioflag);
1007 struct puffs_vnmsg_poll *auxt = auxbuf;
1013 auxt->pvnr_events &= (POLLIN | POLLOUT
1020 opcookie, &auxt->pvnr_events);
1026 struct puffs_vnmsg_getextattr *auxt = auxbuf;
1027 PUFFS_MAKECRED(pcr, &auxt->pvnr_cred);
1036 if (auxt->pvnr_datasize)
1037 sizep = &auxt->pvnr_datasize;
1041 res = auxt->pvnr_resid;
1043 data = auxt->pvnr_data;
1044 resp = &auxt->pvnr_resid;
1051 opcookie, auxt->pvnr_attrnamespace,
1052 auxt->pvnr_attrname, sizep, data, resp, pcr);
1057 + (res - auxt->pvnr_resid);
1063 struct puffs_vnmsg_setextattr *auxt = auxbuf;
1064 PUFFS_MAKECRED(pcr, &auxt->pvnr_cred);
1073 if (auxt->pvnr_resid > 0) {
1074 data = auxt->pvnr_data;
1075 resp = &auxt->pvnr_resid;
1082 opcookie, auxt->pvnr_attrnamespace,
1083 auxt->pvnr_attrname, data, resp, pcr);
1089 struct puffs_vnmsg_listextattr *auxt = auxbuf;
1090 PUFFS_MAKECRED(pcr, &auxt->pvnr_cred);
1100 if (auxt->pvnr_datasize)
1101 sizep = &auxt->pvnr_datasize;
1105 res = auxt->pvnr_resid;
1107 data = auxt->pvnr_data;
1108 resp = &auxt->pvnr_resid;
1114 res = auxt->pvnr_resid;
1115 flag = auxt->pvnr_flag;
1117 opcookie, auxt->pvnr_attrnamespace,
1123 + (res - auxt->pvnr_resid);
1129 struct puffs_vnmsg_deleteextattr *auxt = auxbuf;
1130 PUFFS_MAKECRED(pcr, &auxt->pvnr_cred);
1138 opcookie, auxt->pvnr_attrnamespace,
1139 auxt->pvnr_attrname, pcr);
1145 struct puffs_vnmsg_fallocate *auxt = auxbuf;
1153 opcookie, auxt->pvnr_off, auxt->pvnr_len);
1159 struct puffs_vnmsg_fdiscard *auxt = auxbuf;
1167 opcookie, auxt->pvnr_off, auxt->pvnr_len);