Searched refs:dm_oldinum (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/ufs/ffs/
H A Dsoftdep.h731 ino_t dm_oldinum; /* inum of the removed dir entry */ member in struct:dirrem
H A Dffs_softdep.c9129 dirrem->dm_oldinum = ip->i_number;
9725 oldinum = dirrem->dm_oldinum;
9804 dirrem->dm_oldinum = dirrem->dm_dirinum;
9808 if (inodedep_lookup(mp, dirrem->dm_oldinum, 0, &inodedep) == 0)
10084 ep->d_ino = dap->da_previous->dm_oldinum;

Completed in 72 milliseconds