Home
last modified time | relevance | path

Searched refs:VFS_VGET (Results 1 – 16 of 16) sorted by relevance

/openbsd/src/sys/ufs/ufs/
Dufs_vfsops.c75 if ((error = VFS_VGET(mp, ROOTINO, &nvp)) != 0) in ufs_root()
135 if ((error = VFS_VGET(mp, ufhp->ufid_ino, &nvp)) != 0) { in ufs_fhtovp()
Dufs_lookup.c478 error = VFS_VGET(vdp->v_mount, dp->i_ino, &tdp); in ufs_lookup()
520 error = VFS_VGET(vdp->v_mount, dp->i_ino, &tdp); in ufs_lookup()
555 error = VFS_VGET(vdp->v_mount, dp->i_ino, &tdp); in ufs_lookup()
573 error = VFS_VGET(vdp->v_mount, dp->i_ino, &tdp); in ufs_lookup()
1058 error = VFS_VGET(vp->v_mount, dirbuf.dotdot_ino, &nextvp); in ufs_checkpath()
/openbsd/src/sys/miscfs/fuse/
Dfuse_lookup.c140 error = VFS_VGET(fmp->mp, nid, &tdp); in fusefs_lookup()
155 error = VFS_VGET(fmp->mp, nid, &tdp); in fusefs_lookup()
180 error = VFS_VGET(fmp->mp, nid, &tdp); in fusefs_lookup()
Dfuse_vnops.c731 if ((error = VFS_VGET(fmp->mp, fbuf->fb_ino, &tdp))) { in fusefs_symlink()
1051 if ((error = VFS_VGET(fmp->mp, fbuf->fb_ino, &tdp))) in fusefs_create()
1110 if ((error = VFS_VGET(fmp->mp, fbuf->fb_ino, &tdp))) in fusefs_mknod()
1426 if ((error = VFS_VGET(fmp->mp, fbuf->fb_ino, &tdp))) { in fusefs_mkdir()
Dfuse_vfsops.c185 if ((error = VFS_VGET(mp, FUSE_ROOTINO, &nvp)) != 0) in fusefs_root()
/openbsd/src/sys/ufs/ext2fs/
Dext2fs_lookup.c501 if ((error = VFS_VGET(vdp->v_mount, dp->i_ino, &tdp)) != 0) in ext2fs_lookup()
539 if ((error = VFS_VGET(vdp->v_mount, dp->i_ino, &tdp)) != 0) in ext2fs_lookup()
573 if ((error = VFS_VGET(vdp->v_mount, dp->i_ino, &tdp)) != 0) { in ext2fs_lookup()
590 if ((error = VFS_VGET(vdp->v_mount, dp->i_ino, &tdp)) != 0) in ext2fs_lookup()
1067 error = VFS_VGET(vp->v_mount, ino, &vp); in ext2fs_checkpath()
Dext2fs_alloc.c155 error = VFS_VGET(pvp->v_mount, ino, vpp); in ext2fs_inode_alloc()
Dext2fs_vfsops.c983 if ((error = VFS_VGET(mp, ufhp->ufid_ino, &nvp)) != 0) { in ext2fs_fhtovp()
/openbsd/src/sys/ntfs/
Dntfs_vfsops.c348 error = VFS_VGET(mp, pi[i], &(ntmp->ntm_sysvn[pi[i]])); in ntfs_mountfs()
378 error = VFS_VGET(mp, NTFS_ATTRDEFINO, &vp ); in ntfs_mountfs()
529 error = VFS_VGET(mp, (ino_t)NTFS_ROOTINO, &nvp); in ntfs_root()
Dntfs_vnops.c587 error = VFS_VGET(ntmp->ntm_mountp, in ntfs_lookup()
Dntfs_subr.c1760 if ((error = VFS_VGET(mp, NTFS_UPCASEINO, &vp))) in ntfs_toupper_use()
/openbsd/src/sys/sys/
Dmount.h545 #define VFS_VGET(MP, INO, VPP) (*(MP)->mnt_op->vfs_vget)(MP, INO, VPP) macro
/openbsd/src/sys/isofs/udf/
Dudf_vfsops.c717 if ((error = VFS_VGET(mp, ifhp->ifid_ino, &nvp)) != 0) { in udf_fhtovp()
/openbsd/src/sys/isofs/cd9660/
Dcd9660_vfsops.c652 if ((error = VFS_VGET(mp, ifhp->ifid_ino, &nvp)) != 0) { in cd9660_fhtovp()
/openbsd/src/sys/ufs/ffs/
Dffs_alloc.c393 error = VFS_VGET(pvp->v_mount, ino, vpp); in ffs_inode_alloc()
/openbsd/src/sys/nfs/
Dnfs_serv.c2783 if (VFS_VGET(vp->v_mount, dp->d_fileno, &nvp)) in nfsrv_readdirplus()