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

/freebsd-current/sys/ufs/ffs/
H A Dsoftdep.h672 * the da_previous entry points to the entry that will be "removed"
674 * with da_previous are replaced with the previous inode number rather
677 * The overlaying of da_pagedep and da_previous is done to keep the
678 * structure down. If a da_previous entry is present, the pointer to its
680 * is set, the da_previous entry is valid; if not set the da_pagedep entry
696 #define da_previous da_un.dau_previous macro
H A Dffs_softdep.c8984 pagedep = dap->da_previous->dm_pagedep;
9097 dirrem = dap->da_previous;
9469 *prevdirremp = dap->da_previous;
9605 dap->da_previous = dirrem;
9608 dap->da_previous = prevdirrem;
10369 ep->d_ino = dap->da_previous->dm_oldinum;
12699 pagedep = dap->da_previous->dm_pagedep;
12760 pagedep = dap->da_previous->dm_pagedep;

Completed in 145 milliseconds