• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/bsd/sys/

Lines Matching refs:vfs_context_t

159 	vfs_context_t a_context;
161 extern errno_t VNOP_LOOKUP(vnode_t, vnode_t *, struct componentname *, vfs_context_t);
177 vfs_context_t a_context;
179 extern errno_t VNOP_CREATE(vnode_t, vnode_t *, struct componentname *, struct vnode_attr *, vfs_context_t);
193 vfs_context_t a_context;
195 extern errno_t VNOP_WHITEOUT(vnode_t, struct componentname *, int, vfs_context_t);
209 vfs_context_t a_context;
211 extern errno_t VNOP_MKNOD(vnode_t, vnode_t *, struct componentname *, struct vnode_attr *, vfs_context_t);
222 vfs_context_t a_context;
224 extern errno_t VNOP_OPEN(vnode_t, int, vfs_context_t);
235 vfs_context_t a_context;
237 extern errno_t VNOP_CLOSE(vnode_t, int, vfs_context_t);
248 vfs_context_t a_context;
250 extern errno_t VNOP_ACCESS(vnode_t, int, vfs_context_t);
262 vfs_context_t a_context;
264 extern errno_t VNOP_GETATTR(vnode_t, struct vnode_attr *, vfs_context_t);
275 vfs_context_t a_context;
277 extern errno_t VNOP_SETATTR(vnode_t, struct vnode_attr *, vfs_context_t);
290 vfs_context_t a_context;
292 extern errno_t VNOP_READ(vnode_t, struct uio *, int, vfs_context_t);
305 vfs_context_t a_context;
307 extern errno_t VNOP_WRITE(vnode_t, struct uio *, int, vfs_context_t);
321 vfs_context_t a_context;
323 extern errno_t VNOP_IOCTL(vnode_t, u_long, caddr_t, int, vfs_context_t);
337 vfs_context_t a_context;
339 extern errno_t VNOP_SELECT(vnode_t, int, int, void *, vfs_context_t);
353 vfs_context_t a_context;
355 extern errno_t VNOP_EXCHANGE(vnode_t, vnode_t, int, vfs_context_t);
367 vfs_context_t a_context;
369 extern errno_t VNOP_REVOKE(vnode_t, int, vfs_context_t);
381 vfs_context_t a_context;
383 extern errno_t VNOP_MMAP(vnode_t, int, vfs_context_t);
393 vfs_context_t a_context;
395 extern errno_t VNOP_MNOMAP(vnode_t, vfs_context_t);
407 vfs_context_t a_context;
409 extern errno_t VNOP_FSYNC(vnode_t, int, vfs_context_t);
424 vfs_context_t a_context;
426 extern errno_t VNOP_REMOVE(vnode_t, vnode_t, struct componentname *, int, vfs_context_t);
440 vfs_context_t a_context;
442 extern errno_t VNOP_LINK(vnode_t, vnode_t, struct componentname *, vfs_context_t);
461 vfs_context_t a_context;
463 extern errno_t VNOP_RENAME(vnode_t, vnode_t, struct componentname *, vnode_t, vnode_t, struct componentname *, vfs_context_t);
478 vfs_context_t a_context;
480 extern errno_t VNOP_MKDIR(vnode_t, vnode_t *, struct componentname *, struct vnode_attr *, vfs_context_t);
494 vfs_context_t a_context;
496 extern errno_t VNOP_RMDIR(vnode_t, vnode_t, struct componentname *, vfs_context_t);
512 vfs_context_t a_context;
514 extern errno_t VNOP_SYMLINK(vnode_t, vnode_t *, struct componentname *, struct vnode_attr *, char *, vfs_context_t);
546 vfs_context_t a_context;
548 extern errno_t VNOP_READDIR(vnode_t, struct uio *, int, int *, int *, vfs_context_t);
566 vfs_context_t a_context;
568 extern errno_t VNOP_READDIRATTR(vnode_t, struct attrlist *, struct uio *, u_long, u_long, u_long *, int *, u_long *, vfs_context_t);
580 vfs_context_t a_context;
582 extern errno_t VNOP_READLINK(vnode_t, struct uio *, vfs_context_t);
593 vfs_context_t a_context;
595 extern errno_t VNOP_INACTIVE(vnode_t, vfs_context_t);
606 vfs_context_t a_context;
608 extern errno_t VNOP_RECLAIM(vnode_t, vfs_context_t);
621 vfs_context_t a_context;
623 extern errno_t VNOP_PATHCONF(vnode_t, int, register_t *, vfs_context_t); /* register_t??????? */
638 vfs_context_t a_context;
640 extern errno_t VNOP_ADVLOCK(vnode_t, caddr_t, int, struct flock *, int, vfs_context_t);
654 vfs_context_t a_context;
656 extern errno_t VNOP_ALLOCATE(vnode_t, off_t, u_int32_t, off_t *, off_t, vfs_context_t);
671 vfs_context_t a_context;
673 extern errno_t VNOP_PAGEIN(vnode_t, upl_t, vm_offset_t, off_t, size_t, int, vfs_context_t); /* vm_offset_t ? */
689 vfs_context_t a_context;
691 extern errno_t VNOP_PAGEOUT(vnode_t, upl_t, vm_offset_t, off_t, size_t, int, vfs_context_t);
713 vfs_context_t a_context;
715 extern errno_t VNOP_SEARCHFS(vnode_t, void *, void *, struct attrlist *, u_long, struct timeval *, struct attrlist *, u_long *, u_long, u_long, struct uio *, struct searchstate *, vfs_context_t);
733 vfs_context_t a_context;
735 extern errno_t VNOP_COPYFILE(vnode_t, vnode_t, vnode_t, struct componentname *, int, int, vfs_context_t);
745 vfs_context_t a_context;
748 extern errno_t VNOP_GETXATTR(vnode_t, const char *, uio_t, size_t *, int, vfs_context_t);
756 vfs_context_t a_context;
759 extern errno_t VNOP_SETXATTR(vnode_t, const char *, uio_t, int, vfs_context_t);
766 vfs_context_t a_context;
769 extern errno_t VNOP_REMOVEXATTR(vnode_t, const char *, int, vfs_context_t);
777 vfs_context_t a_context;
780 extern errno_t VNOP_LISTXATTR(vnode_t, uio_t, size_t *, int, vfs_context_t);
825 vfs_context_t a_context;
828 int, vfs_context_t);
847 vfs_context_t a_context;
850 extern errno_t VNOP_KQFILT_ADD(vnode_t , struct knote *, vfs_context_t);
856 vfs_context_t a_context;
859 errno_t VNOP_KQFILT_REMOVE(vnode_t , uintptr_t , vfs_context_t);
866 vfs_context_t a_context;
869 errno_t VNOP_SETLABEL(vnode_t, struct label *, vfs_context_t);
884 vfs_context_t a_context;
886 extern errno_t VNOP_GETNAMEDSTREAM(vnode_t, vnode_t *, const char *, enum nsoperation, int flags, vfs_context_t);
894 vfs_context_t a_context;
896 extern errno_t VNOP_MAKENAMEDSTREAM(vnode_t, vnode_t *, const char *, int flags, vfs_context_t);
904 vfs_context_t a_context;
906 extern errno_t VNOP_REMOVENAMEDSTREAM(vnode_t, vnode_t, const char *, int flags, vfs_context_t);