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

/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_softdep.c679 #define SOFTDEP_TYPE(type, str, long) \ macro
690 SOFTDEP_TYPE(PAGEDEP, pagedep, "File page dependencies");
691 SOFTDEP_TYPE(INODEDEP, inodedep, "Inode dependencies");
692 SOFTDEP_TYPE(BMSAFEMAP, bmsafemap,
694 SOFTDEP_TYPE(NEWBLK, newblk, "New block or frag allocation dependency");
695 SOFTDEP_TYPE(ALLOCDIRECT, allocdirect, "Block or frag dependency for an inode");
696 SOFTDEP_TYPE(INDIRDEP, indirdep, "Indirect block dependencies");
697 SOFTDEP_TYPE(ALLOCINDIR, allocindir, "Block dependency for an indirect block");
698 SOFTDEP_TYPE(FREEFRAG, freefrag, "Previously used frag for an inode");
699 SOFTDEP_TYPE(FREEBLK
[all...]

Completed in 183 milliseconds