Searched refs:VFS_VGET (Results 1 – 16 of 16) sorted by relevance
| /openbsd/src/sys/ufs/ufs/ |
| D | ufs_vfsops.c | 75 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()
|
| D | ufs_lookup.c | 478 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/ |
| D | fuse_lookup.c | 140 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()
|
| D | fuse_vnops.c | 731 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()
|
| D | fuse_vfsops.c | 185 if ((error = VFS_VGET(mp, FUSE_ROOTINO, &nvp)) != 0) in fusefs_root()
|
| /openbsd/src/sys/ufs/ext2fs/ |
| D | ext2fs_lookup.c | 501 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()
|
| D | ext2fs_alloc.c | 155 error = VFS_VGET(pvp->v_mount, ino, vpp); in ext2fs_inode_alloc()
|
| D | ext2fs_vfsops.c | 983 if ((error = VFS_VGET(mp, ufhp->ufid_ino, &nvp)) != 0) { in ext2fs_fhtovp()
|
| /openbsd/src/sys/ntfs/ |
| D | ntfs_vfsops.c | 348 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()
|
| D | ntfs_vnops.c | 587 error = VFS_VGET(ntmp->ntm_mountp, in ntfs_lookup()
|
| D | ntfs_subr.c | 1760 if ((error = VFS_VGET(mp, NTFS_UPCASEINO, &vp))) in ntfs_toupper_use()
|
| /openbsd/src/sys/sys/ |
| D | mount.h | 545 #define VFS_VGET(MP, INO, VPP) (*(MP)->mnt_op->vfs_vget)(MP, INO, VPP) macro
|
| /openbsd/src/sys/isofs/udf/ |
| D | udf_vfsops.c | 717 if ((error = VFS_VGET(mp, ifhp->ifid_ino, &nvp)) != 0) { in udf_fhtovp()
|
| /openbsd/src/sys/isofs/cd9660/ |
| D | cd9660_vfsops.c | 652 if ((error = VFS_VGET(mp, ifhp->ifid_ino, &nvp)) != 0) { in cd9660_fhtovp()
|
| /openbsd/src/sys/ufs/ffs/ |
| D | ffs_alloc.c | 393 error = VFS_VGET(pvp->v_mount, ino, vpp); in ffs_inode_alloc()
|
| /openbsd/src/sys/nfs/ |
| D | nfs_serv.c | 2783 if (VFS_VGET(vp->v_mount, dp->d_fileno, &nvp)) in nfsrv_readdirplus()
|