Lines Matching refs:vnode_t
594 int (*vfs_mount)(struct mount *mp, vnode_t devvp, user_addr_t data, vfs_context_t context);
846 extern int VFS_MOUNT(mount_t, vnode_t, user_addr_t, vfs_context_t);
849 extern int VFS_ROOT(mount_t, vnode_t *, vfs_context_t);
854 extern int VFS_VGET(mount_t, ino64_t, vnode_t *, vfs_context_t);
855 extern int VFS_FHTOVP(mount_t, int, unsigned char *, vnode_t *, vfs_context_t);
856 extern int VFS_VPTOFH(vnode_t, int *, unsigned char *, vfs_context_t);
859 extern int VFS_VGET_SNAPDIR(mount_t, vnode_t *, vfs_context_t);
903 int vfs_init_io_attributes(vnode_t devvp, mount_t mp);
1333 int vfs_getbyid(fsid_t *fsid, ino64_t ino, vnode_t *vpp, vfs_context_t ctx);
1338 vnode_t vfs_vnodecovered(mount_t mp); /* Returns vnode with an iocount that must be released with v…
1339 int vfs_setdevvp(mount_t mp, vnode_t vp);
1340 vnode_t vfs_devvp(mount_t mp); /* Please see block comment with implementation */
1467 vnode_t pvp, vnode_t vp, void *data, size_t datalen, int mnt_flags,