Lines Matching refs:errno_t
214 extern errno_t VNOP_LOOKUP(vnode_t, vnode_t *, struct componentname *, vfs_context_t);
240 extern errno_t VNOP_CREATE(vnode_t, vnode_t *, struct componentname *, struct vnode_attr *, vfs_con…
267 extern errno_t VNOP_WHITEOUT(vnode_t, struct componentname *, int, vfs_context_t);
293 extern errno_t VNOP_MKNOD(vnode_t, vnode_t *, struct componentname *, struct vnode_attr *, vfs_cont…
350 extern errno_t VNOP_OPEN(vnode_t, int, vfs_context_t);
377 extern errno_t VNOP_CLOSE(vnode_t, int, vfs_context_t);
399 extern errno_t VNOP_ACCESS(vnode_t, int, vfs_context_t);
424 extern errno_t VNOP_GETATTR(vnode_t, struct vnode_attr *, vfs_context_t);
450 extern errno_t VNOP_SETATTR(vnode_t, struct vnode_attr *, vfs_context_t);
476 extern errno_t VNOP_READ(vnode_t vp, struct uio *uio, int ioflag, vfs_context_t ctx);
501 extern errno_t VNOP_WRITE(vnode_t vp, struct uio *uio, int ioflag, vfs_context_t ctx);
529 extern errno_t VNOP_IOCTL(vnode_t vp, u_long command, caddr_t data, int fflag, vfs_context_t ctx);
558 extern errno_t VNOP_SELECT(vnode_t, int, int, void *, vfs_context_t);
581 extern errno_t VNOP_EXCHANGE(vnode_t, vnode_t, int, vfs_context_t);
603 extern errno_t VNOP_REVOKE(vnode_t, int, vfs_context_t);
626 extern errno_t VNOP_MMAP_CHECK(vnode_t, int, vfs_context_t);
647 extern errno_t VNOP_MMAP(vnode_t, int, vfs_context_t);
665 extern errno_t VNOP_MNOMAP(vnode_t, vfs_context_t);
684 extern errno_t VNOP_FSYNC(vnode_t vp, int waitfor, vfs_context_t ctx);
707 extern errno_t VNOP_REMOVE(vnode_t, vnode_t, struct componentname *, int, vfs_context_t);
730 extern errno_t VNOP_COMPOUND_REMOVE(vnode_t, vnode_t*, struct nameidata *, int32_t flags, struct vn…
751 extern errno_t VNOP_LINK(vnode_t, vnode_t, struct componentname *, vfs_context_t);
779 extern errno_t VNOP_RENAME(vnode_t, vnode_t, struct componentname *, vnode_t, vnode_t, struct compo…
830 extern errno_t VNOP_RENAMEX(vnode_t, vnode_t, struct componentname *, vnode_t, vnode_t, struct comp…
863 errno_t
891 extern errno_t VNOP_MKDIR(vnode_t, vnode_t *, struct componentname *, struct vnode_attr *, vfs_cont…
912 extern errno_t VNOP_COMPOUND_MKDIR(vnode_t, vnode_t *, struct nameidata *, struct vnode_attr *, vfs…
933 extern errno_t VNOP_RMDIR(vnode_t, vnode_t, struct componentname *, vfs_context_t);
956 extern errno_t VNOP_COMPOUND_RMDIR(vnode_t, vnode_t*, struct nameidata *, struct vnode_attr *vap, v…
985 extern errno_t VNOP_SYMLINK(vnode_t, vnode_t *, struct componentname *, struct vnode_attr *, char *…
1031 extern errno_t VNOP_READDIR(vnode_t, struct uio *, int, int *, int *, vfs_context_t);
1065 extern errno_t VNOP_READDIRATTR(vnode_t, struct attrlist *, struct uio *, uint32_t, uint32_t, uint3…
1097 extern errno_t VNOP_GETATTRLISTBULK(vnode_t, struct attrlist *, struct vnode_attr *, uio_t, void *,…
1117 extern errno_t VNOP_READLINK(vnode_t, struct uio *, vfs_context_t);
1139 extern errno_t VNOP_INACTIVE(vnode_t, vfs_context_t);
1163 extern errno_t VNOP_RECLAIM(vnode_t, vfs_context_t);
1185 extern errno_t VNOP_PATHCONF(vnode_t, int, int32_t *, vfs_context_t);
1219 extern errno_t VNOP_ADVLOCK(vnode_t, caddr_t, int, struct flock *, int, vfs_context_t, struct times…
1256 extern errno_t VNOP_ALLOCATE(vnode_t, off_t, u_int32_t, off_t *, off_t, vfs_context_t);
1288 extern errno_t VNOP_PAGEIN(vnode_t, upl_t, upl_offset_t, off_t, size_t, int, vfs_context_t);
1328 extern errno_t VNOP_PAGEOUT(vnode_t, upl_t, upl_offset_t, off_t, size_t, int, vfs_context_t);
1379 extern errno_t VNOP_SEARCHFS(vnode_t, void *, void *, struct attrlist *, uint32_t, struct timeval *…
1394 extern errno_t VNOP_COPYFILE(vnode_t, vnode_t, vnode_t, struct componentname *, int, int, vfs_conte…
1440 extern errno_t VNOP_CLONEFILE(vnode_t, vnode_t, vnode_t *, struct componentname *, struct vnode_att…
1465 extern errno_t VNOP_GETXATTR(vnode_t vp, const char *name, uio_t uio, size_t *size, int options, vf…
1488 extern errno_t VNOP_SETXATTR(vnode_t vp, const char *name, uio_t uio, int options, vfs_context_t ct…
1509 extern errno_t VNOP_REMOVEXATTR(vnode_t, const char *, int, vfs_context_t);
1535 extern errno_t VNOP_LISTXATTR(vnode_t, uio_t, size_t *, int, vfs_context_t);
1556 extern errno_t VNOP_BLKTOOFF(vnode_t, daddr64_t, off_t *);
1575 extern errno_t VNOP_OFFTOBLK(vnode_t, off_t, daddr64_t *);
1607 extern errno_t VNOP_BLOCKMAP(vnode_t, off_t, size_t, daddr64_t *, size_t *, void *,
1625 extern errno_t VNOP_STRATEGY(struct buf *bp);
1641 extern errno_t VNOP_BWRITE(buf_t bp);
1652 extern errno_t VNOP_KQFILT_ADD(vnode_t, struct knote *, vfs_context_t);
1664 errno_t VNOP_KQFILT_REMOVE(vnode_t, uintptr_t, vfs_context_t);
1703 errno_t VNOP_MONITOR(vnode_t vp, uint32_t events, uint32_t flags, void *handle, vfs_context_t ctx);
1724 errno_t VNOP_SETLABEL(vnode_t, struct label *, vfs_context_t);
1763 extern errno_t VNOP_GETNAMEDSTREAM(vnode_t, vnode_t *, const char *, enum nsoperation, int flags, v…
1789 extern errno_t VNOP_MAKENAMEDSTREAM(vnode_t, vnode_t *, const char *, int flags, vfs_context_t);
1814 extern errno_t VNOP_REMOVENAMEDSTREAM(vnode_t, vnode_t, const char *, int flags, vfs_context_t);
1860 extern errno_t VNOP_VERIFY(vnode_t, off_t, uint8_t *, size_t, size_t *, void **, vnode_verify_flags…