Lines Matching refs:errno_t

213 extern errno_t VNOP_LOOKUP(vnode_t, vnode_t *, struct componentname *, vfs_context_t);
239 extern errno_t VNOP_CREATE(vnode_t, vnode_t *, struct componentname *, struct vnode_attr *, vfs_con…
266 extern errno_t VNOP_WHITEOUT(vnode_t, struct componentname *, int, vfs_context_t);
292 extern errno_t VNOP_MKNOD(vnode_t, vnode_t *, struct componentname *, struct vnode_attr *, vfs_cont…
349 extern errno_t VNOP_OPEN(vnode_t, int, vfs_context_t);
376 extern errno_t VNOP_CLOSE(vnode_t, int, vfs_context_t);
398 extern errno_t VNOP_ACCESS(vnode_t, int, vfs_context_t);
423 extern errno_t VNOP_GETATTR(vnode_t, struct vnode_attr *, vfs_context_t);
449 extern errno_t VNOP_SETATTR(vnode_t, struct vnode_attr *, vfs_context_t);
475 extern errno_t VNOP_READ(vnode_t vp, struct uio *uio, int ioflag, vfs_context_t ctx);
500 extern errno_t VNOP_WRITE(vnode_t vp, struct uio *uio, int ioflag, vfs_context_t ctx);
528 extern errno_t VNOP_IOCTL(vnode_t vp, u_long command, caddr_t data, int fflag, vfs_context_t ctx);
557 extern errno_t VNOP_SELECT(vnode_t, int, int, void *, vfs_context_t);
580 extern errno_t VNOP_EXCHANGE(vnode_t, vnode_t, int, vfs_context_t);
602 extern errno_t VNOP_REVOKE(vnode_t, int, vfs_context_t);
625 extern errno_t VNOP_MMAP_CHECK(vnode_t, int, vfs_context_t);
646 extern errno_t VNOP_MMAP(vnode_t, int, vfs_context_t);
664 extern errno_t VNOP_MNOMAP(vnode_t, vfs_context_t);
683 extern errno_t VNOP_FSYNC(vnode_t vp, int waitfor, vfs_context_t ctx);
706 extern errno_t VNOP_REMOVE(vnode_t, vnode_t, struct componentname *, int, vfs_context_t);
729 extern errno_t VNOP_COMPOUND_REMOVE(vnode_t, vnode_t*, struct nameidata *, int32_t flags, struct vn…
750 extern errno_t VNOP_LINK(vnode_t, vnode_t, struct componentname *, vfs_context_t);
778 extern errno_t VNOP_RENAME(vnode_t, vnode_t, struct componentname *, vnode_t, vnode_t, struct compo…
829 extern errno_t VNOP_RENAMEX(vnode_t, vnode_t, struct componentname *, vnode_t, vnode_t, struct comp…
862 errno_t
890 extern errno_t VNOP_MKDIR(vnode_t, vnode_t *, struct componentname *, struct vnode_attr *, vfs_cont…
911 extern errno_t VNOP_COMPOUND_MKDIR(vnode_t, vnode_t *, struct nameidata *, struct vnode_attr *, vfs…
932 extern errno_t VNOP_RMDIR(vnode_t, vnode_t, struct componentname *, vfs_context_t);
955 extern errno_t VNOP_COMPOUND_RMDIR(vnode_t, vnode_t*, struct nameidata *, struct vnode_attr *vap, v…
984 extern errno_t VNOP_SYMLINK(vnode_t, vnode_t *, struct componentname *, struct vnode_attr *, char *…
1030 extern errno_t VNOP_READDIR(vnode_t, struct uio *, int, int *, int *, vfs_context_t);
1064 extern errno_t VNOP_READDIRATTR(vnode_t, struct attrlist *, struct uio *, uint32_t, uint32_t, uint3…
1096 extern errno_t VNOP_GETATTRLISTBULK(vnode_t, struct attrlist *, struct vnode_attr *, uio_t, void *,…
1116 extern errno_t VNOP_READLINK(vnode_t, struct uio *, vfs_context_t);
1138 extern errno_t VNOP_INACTIVE(vnode_t, vfs_context_t);
1162 extern errno_t VNOP_RECLAIM(vnode_t, vfs_context_t);
1184 extern errno_t VNOP_PATHCONF(vnode_t, int, int32_t *, vfs_context_t);
1218 extern errno_t VNOP_ADVLOCK(vnode_t, caddr_t, int, struct flock *, int, vfs_context_t, struct times…
1255 extern errno_t VNOP_ALLOCATE(vnode_t, off_t, u_int32_t, off_t *, off_t, vfs_context_t);
1287 extern errno_t VNOP_PAGEIN(vnode_t, upl_t, upl_offset_t, off_t, size_t, int, vfs_context_t);
1327 extern errno_t VNOP_PAGEOUT(vnode_t, upl_t, upl_offset_t, off_t, size_t, int, vfs_context_t);
1378 extern errno_t VNOP_SEARCHFS(vnode_t, void *, void *, struct attrlist *, uint32_t, struct timeval *…
1393 extern errno_t VNOP_COPYFILE(vnode_t, vnode_t, vnode_t, struct componentname *, int, int, vfs_conte…
1439 extern errno_t VNOP_CLONEFILE(vnode_t, vnode_t, vnode_t *, struct componentname *, struct vnode_att…
1464 extern errno_t VNOP_GETXATTR(vnode_t vp, const char *name, uio_t uio, size_t *size, int options, vf…
1487 extern errno_t VNOP_SETXATTR(vnode_t vp, const char *name, uio_t uio, int options, vfs_context_t ct…
1508 extern errno_t VNOP_REMOVEXATTR(vnode_t, const char *, int, vfs_context_t);
1534 extern errno_t VNOP_LISTXATTR(vnode_t, uio_t, size_t *, int, vfs_context_t);
1555 extern errno_t VNOP_BLKTOOFF(vnode_t, daddr64_t, off_t *);
1574 extern errno_t VNOP_OFFTOBLK(vnode_t, off_t, daddr64_t *);
1606 extern errno_t VNOP_BLOCKMAP(vnode_t, off_t, size_t, daddr64_t *, size_t *, void *,
1624 extern errno_t VNOP_STRATEGY(struct buf *bp);
1640 extern errno_t VNOP_BWRITE(buf_t bp);
1651 extern errno_t VNOP_KQFILT_ADD(vnode_t, struct knote *, vfs_context_t);
1663 errno_t VNOP_KQFILT_REMOVE(vnode_t, uintptr_t, vfs_context_t);
1705 errno_t VNOP_MONITOR(vnode_t vp, uint32_t events, uint32_t flags, void *handle, vfs_context_t ctx);
1726 errno_t VNOP_SETLABEL(vnode_t, struct label *, vfs_context_t);
1765 extern errno_t VNOP_GETNAMEDSTREAM(vnode_t, vnode_t *, const char *, enum nsoperation, int flags, v…
1791 extern errno_t VNOP_MAKENAMEDSTREAM(vnode_t, vnode_t *, const char *, int flags, vfs_context_t);
1816 extern errno_t VNOP_REMOVENAMEDSTREAM(vnode_t, vnode_t, const char *, int flags, vfs_context_t);
1862 extern errno_t VNOP_VERIFY(vnode_t, off_t, uint8_t *, size_t, size_t *, void **, vnode_verify_flags…