Home
last modified time | relevance | path

Searched defs:dirrem (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/ufs/ffs/
H A Dsoftdep.h739 struct dirrem { struct
742 LIST_ENTRY(dirrem) dm_next; /* pagedep's list of dirrem's */ argument
744 struct jremrefhd dm_jremrefhd; /* Pending remove reference deps. */
745 ino_t dm_oldinum; /* inum of the removed dir entry */
746 doff_t dm_offset; /* offset of removed dir entry in blk */
747 union {
750 } dm_un;
751 struct workhead dm_jwork; /* Journal work awaiting completion. */
H A Dffs_softdep.c1772 struct dirrem *dirrem; in process_removes() local
4011 struct dirrem *dirrem; in handle_written_jremref() local
4294 newjremref(struct dirrem *dirrem, in newjremref()
7423 struct dirrem *dirrem, *tmp; in cancel_pagedep() local
9012 struct dirrem *dirrem, in cancel_diradd()
9096 struct dirrem *dirrem; in free_diradd() local
9174 struct dirrem *dirrem, *prevdirrem; in softdep_setup_remove() local
9251 struct dirrem *dirrem, in cancel_diradd_dotdot()
9281 struct dirrem *dirrem, in cancel_mkdir_dotdot()
9322 journal_jremref(struct dirrem *dirrem, in journal_jremref()
[all …]