Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/ufs/ffs/
HDsoftdep.h725 struct dirrem { struct
728 LIST_ENTRY(dirrem) dm_next; /* pagedep's list of dirrem's */ argument
730 struct jremrefhd dm_jremrefhd; /* Pending remove reference deps. */
731 ino_t dm_oldinum; /* inum of the removed dir entry */
732 doff_t dm_offset; /* offset of removed dir entry in blk */
733 union {
736 } dm_un;
737 struct workhead dm_jwork; /* Journal work awaiting completion. */
HDffs_softdep.c1635 struct dirrem *dirrem; local
3729 struct dirrem *dirrem; local
4019 newjremref(struct dirrem *dirrem, struct inode *dp, struct inode *ip, in newjremref()
7168 struct dirrem *dirrem, *tmp; local
8763 cancel_diradd(dap, dirrem, jremref, dotremref, dotdotremref) in cancel_diradd() argument
8852 struct dirrem *dirrem; local
8930 struct dirrem *dirrem, *prevdirrem; local
9008 cancel_diradd_dotdot(ip, dirrem, jremref) in cancel_diradd_dotdot() argument
9039 cancel_mkdir_dotdot(ip, dirrem, jremref) in cancel_mkdir_dotdot() argument
9082 journal_jremref(dirrem, jremref, inodedep) in journal_jremref() argument
[all …]