Home
last modified time | relevance | path

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

/freebsd-14.2/sys/ufs/ffs/
H A Dsoftdep.h741 struct dirrem { struct
744 LIST_ENTRY(dirrem) dm_next; /* pagedep's list of dirrem's */ argument
746 struct jremrefhd dm_jremrefhd; /* Pending remove reference deps. */
747 ino_t dm_oldinum; /* inum of the removed dir entry */
748 doff_t dm_offset; /* offset of removed dir entry in blk */
749 union {
752 } dm_un;
753 struct workhead dm_jwork; /* Journal work awaiting completion. */
H A Dffs_softdep.c1774 struct dirrem *dirrem; in process_removes() local
4009 struct dirrem *dirrem; in handle_written_jremref() local
9010 struct dirrem *dirrem, in cancel_diradd()
9094 struct dirrem *dirrem; in free_diradd() local
9249 struct dirrem *dirrem, in cancel_diradd_dotdot()
9279 struct dirrem *dirrem, in cancel_mkdir_dotdot()
9336 struct dirrem *dirrem, in dirrem_journal()
9368 struct dirrem *dirrem; in newdirrem() local
10343 struct dirrem *dirrem; in initiate_write_filepage() local
12343 struct dirrem *dirrem; in handle_written_filepage() local
[all …]