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

/freebsd-10-stable/sys/ufs/ffs/
H A Dsoftdep.h658 * the da_previous entry points to the entry that will be "removed"
660 * with da_previous are replaced with the previous inode number rather
663 * The overlaying of da_pagedep and da_previous is done to keep the
664 * structure down. If a da_previous entry is present, the pointer to its
666 * is set, the da_previous entry is valid; if not set the da_pagedep entry
682 #define da_previous da_un.dau_previous macro
H A Dffs_softdep.c8716 pagedep = dap->da_previous->dm_pagedep;
8832 dirrem = dap->da_previous;
9207 *prevdirremp = dap->da_previous;
9341 dap->da_previous = dirrem;
9344 dap->da_previous = prevdirrem;
10084 ep->d_ino = dap->da_previous->dm_oldinum;
12353 pagedep = dap->da_previous->dm_pagedep;
12437 pagedep = dap->da_previous->dm_pagedep;

Completed in 86 milliseconds