Home
last modified time | relevance | path

Searched refs:ufid (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/ufs/ufs/
H A Dufs_vfsops.c129 ufs_fhtovp(struct mount *mp, struct ufid *ufhp, struct vnode **vpp) in ufs_fhtovp()
H A Dufs_extern.h126 int ufs_fhtovp(struct mount *, struct ufid *, struct vnode **);
H A Dinode.h338 struct ufid { struct
/openbsd/sys/ufs/ext2fs/
H A Dext2fs_vfsops.c974 struct ufid *ufhp; in ext2fs_fhtovp()
977 ufhp = (struct ufid *)fhp; in ext2fs_fhtovp()
1005 struct ufid *ufhp; in ext2fs_vptofh()
1008 ufhp = (struct ufid *)fhp; in ext2fs_vptofh()
1009 ufhp->ufid_len = sizeof(struct ufid); in ext2fs_vptofh()
/openbsd/sys/ufs/ffs/
H A Dffs_vfsops.c1322 struct ufid *ufhp; in ffs_fhtovp()
1325 ufhp = (struct ufid *)fhp; in ffs_fhtovp()
1342 struct ufid *ufhp; in ffs_vptofh()
1345 ufhp = (struct ufid *)fhp; in ffs_vptofh()
1346 ufhp->ufid_len = sizeof(struct ufid); in ffs_vptofh()