Searched refs:indirdep (Results 1 – 3 of 3) sorted by relevance
| /src/sys/ufs/ffs/ |
| H A D | ffs_softdep.c | 614 SOFTDEP_TYPE(INDIRDEP, indirdep, "Indirect block dependencies"); 723 static int handle_written_indirdep(struct indirdep *, struct buf *, 752 static void indirdep_complete(struct indirdep *); 758 static void initiate_write_indirdep(struct indirdep*, struct buf *); 769 static struct indirdep *indirdep_lookup(struct mount *, struct inode *, 771 static void cancel_indirdep(struct indirdep *, struct buf *, 773 static void free_indirdep(struct indirdep *); 791 static void trunc_indirdep(struct indirdep *, struct freeblks *, struct buf *, 6152 indirdep_complete(struct indirdep *indirdep) in indirdep_complete() argument 6156 LIST_REMOVE(indirdep, ir_next); in indirdep_complete() [all …]
|
| H A D | softdep.h | 225 #define WK_INDIRDEP(wk) ((struct indirdep *)(wk)) 258 LIST_HEAD(indirdephd, indirdep); 496 struct indirdep { struct 499 LIST_ENTRY(indirdep) ir_next; /* alloc{direct,indir} list */ argument 528 struct indirdep *ai_indirdep; /* address of associated indirdep */ 613 struct indirdep *fw_indir; /* indirect block. */
|
| /src/tools/test/stress2/misc/ |
| H A D | all.debug.inc | 39 # debug_indirdep=`vmstat -m | grep -w indirdep | awk '{print $2}'` 87 # debug_new=`vmstat -m | awk '/indirdep/{print $2}'` 89 # { printf "stress2: indirdep leak: %d/%d\r\n" \
|