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

Lines Matching refs:errno_t

161 extern errno_t VNOP_LOOKUP(vnode_t, vnode_t *, struct componentname *, vfs_context_t);
179 extern errno_t VNOP_CREATE(vnode_t, vnode_t *, struct componentname *, struct vnode_attr *, vfs_context_t);
195 extern errno_t VNOP_WHITEOUT(vnode_t, struct componentname *, int, vfs_context_t);
211 extern errno_t VNOP_MKNOD(vnode_t, vnode_t *, struct componentname *, struct vnode_attr *, vfs_context_t);
224 extern errno_t VNOP_OPEN(vnode_t, int, vfs_context_t);
237 extern errno_t VNOP_CLOSE(vnode_t, int, vfs_context_t);
250 extern errno_t VNOP_ACCESS(vnode_t, int, vfs_context_t);
264 extern errno_t VNOP_GETATTR(vnode_t, struct vnode_attr *, vfs_context_t);
277 extern errno_t VNOP_SETATTR(vnode_t, struct vnode_attr *, vfs_context_t);
292 extern errno_t VNOP_READ(vnode_t, struct uio *, int, vfs_context_t);
307 extern errno_t VNOP_WRITE(vnode_t, struct uio *, int, vfs_context_t);
323 extern errno_t VNOP_IOCTL(vnode_t, u_long, caddr_t, int, vfs_context_t);
339 extern errno_t VNOP_SELECT(vnode_t, int, int, void *, vfs_context_t);
355 extern errno_t VNOP_EXCHANGE(vnode_t, vnode_t, int, vfs_context_t);
369 extern errno_t VNOP_REVOKE(vnode_t, int, vfs_context_t);
383 extern errno_t VNOP_MMAP(vnode_t, int, vfs_context_t);
395 extern errno_t VNOP_MNOMAP(vnode_t, vfs_context_t);
409 extern errno_t VNOP_FSYNC(vnode_t, int, vfs_context_t);
426 extern errno_t VNOP_REMOVE(vnode_t, vnode_t, struct componentname *, int, vfs_context_t);
442 extern errno_t VNOP_LINK(vnode_t, vnode_t, struct componentname *, vfs_context_t);
463 extern errno_t VNOP_RENAME(vnode_t, vnode_t, struct componentname *, vnode_t, vnode_t, struct componentname *, vfs_context_t);
480 extern errno_t VNOP_MKDIR(vnode_t, vnode_t *, struct componentname *, struct vnode_attr *, vfs_context_t);
496 extern errno_t VNOP_RMDIR(vnode_t, vnode_t, struct componentname *, vfs_context_t);
514 extern errno_t VNOP_SYMLINK(vnode_t, vnode_t *, struct componentname *, struct vnode_attr *, char *, vfs_context_t);
548 extern errno_t VNOP_READDIR(vnode_t, struct uio *, int, int *, int *, vfs_context_t);
568 extern errno_t VNOP_READDIRATTR(vnode_t, struct attrlist *, struct uio *, u_long, u_long, u_long *, int *, u_long *, vfs_context_t);
582 extern errno_t VNOP_READLINK(vnode_t, struct uio *, vfs_context_t);
595 extern errno_t VNOP_INACTIVE(vnode_t, vfs_context_t);
608 extern errno_t VNOP_RECLAIM(vnode_t, vfs_context_t);
623 extern errno_t VNOP_PATHCONF(vnode_t, int, register_t *, vfs_context_t); /* register_t??????? */
640 extern errno_t VNOP_ADVLOCK(vnode_t, caddr_t, int, struct flock *, int, vfs_context_t);
656 extern errno_t VNOP_ALLOCATE(vnode_t, off_t, u_int32_t, off_t *, off_t, vfs_context_t);
673 extern errno_t VNOP_PAGEIN(vnode_t, upl_t, vm_offset_t, off_t, size_t, int, vfs_context_t); /* vm_offset_t ? */
691 extern errno_t VNOP_PAGEOUT(vnode_t, upl_t, vm_offset_t, off_t, size_t, int, vfs_context_t);
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);
735 extern errno_t VNOP_COPYFILE(vnode_t, vnode_t, vnode_t, struct componentname *, int, int, vfs_context_t);
748 extern errno_t VNOP_GETXATTR(vnode_t, const char *, uio_t, size_t *, int, vfs_context_t);
759 extern errno_t VNOP_SETXATTR(vnode_t, const char *, uio_t, int, vfs_context_t);
769 extern errno_t VNOP_REMOVEXATTR(vnode_t, const char *, int, vfs_context_t);
780 extern errno_t VNOP_LISTXATTR(vnode_t, uio_t, size_t *, int, vfs_context_t);
794 extern errno_t VNOP_BLKTOOFF(vnode_t, daddr64_t, off_t *);
808 extern errno_t VNOP_OFFTOBLK(vnode_t, off_t, daddr64_t *);
827 extern errno_t VNOP_BLOCKMAP(vnode_t, off_t, size_t, daddr64_t *, size_t *, void *,
834 extern errno_t VNOP_STRATEGY(struct buf *bp);
840 extern errno_t VNOP_BWRITE(buf_t);
850 extern errno_t VNOP_KQFILT_ADD(vnode_t , struct knote *, vfs_context_t);
859 errno_t VNOP_KQFILT_REMOVE(vnode_t , uintptr_t , vfs_context_t);
869 errno_t VNOP_SETLABEL(vnode_t, struct label *, vfs_context_t);
886 extern errno_t VNOP_GETNAMEDSTREAM(vnode_t, vnode_t *, const char *, enum nsoperation, int flags, vfs_context_t);
896 extern errno_t VNOP_MAKENAMEDSTREAM(vnode_t, vnode_t *, const char *, int flags, vfs_context_t);
906 extern errno_t VNOP_REMOVENAMEDSTREAM(vnode_t, vnode_t, const char *, int flags, vfs_context_t);