Home
last modified time | relevance | path

Searched refs:UNLINKNEXT (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/ufs/ffs/
H A Dsoftdep.h138 #define UNLINKNEXT 0x080000 /* inodedep has valid di_freelink */ macro
141 #define UNLINKLINKS (UNLINKNEXT | UNLINKPREV)
H A Dffs_softdep.c9734 if ((inodedep->id_state & UNLINKNEXT) == 0) in first_unlinked_inodedep()
9737 if (idp == NULL || (idp->id_state & UNLINKNEXT) == 0) in first_unlinked_inodedep()
9874 if ((inodedep->id_state & UNLINKLINKS) == UNLINKNEXT) { in clear_unlinked_inodedep()
9891 if (idp && (idp->id_state & UNLINKNEXT)) in clear_unlinked_inodedep()
9909 if (idp && (idp->id_state & UNLINKNEXT)) in clear_unlinked_inodedep()
10429 if ((inodedep->id_state & (UNLINKED | UNLINKNEXT)) == UNLINKED) { in initiate_write_inodeblock_ufs1()
10601 if ((inodedep->id_state & (UNLINKED | UNLINKNEXT)) == UNLINKED) { in initiate_write_inodeblock_ufs2()
11709 inodedep->id_state |= UNLINKNEXT; in handle_written_inodeblock()