Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/ext2fs/
H A Dinode.h195 uint32_t ufid_gen; /* Generation number. */ member
H A Dext2_vfsops.c1466 ip->i_gen != ufhp->ufid_gen || ip->i_nlink <= 0) { in ext2_fhtovp()
1489 ufhp->ufid_gen = ip->i_gen; in ext2_vptofh()
/dragonfly/sys/vfs/ufs/
H A Dinode.h168 int32_t ufid_gen; /* Generation number. */ member
H A Dufs_vfsops.c217 ip->i_gen != ufhp->ufid_gen || in ufs_fhtovp()
H A Dffs_vfsops.c1235 ufhp->ufid_gen = ip->i_gen; in ffs_vptofh()