Searched refs:indirdep (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13-stable/sys/ufs/ffs/ |
| HD | ffs_softdep.c | 616 SOFTDEP_TYPE(INDIRDEP, indirdep, "Indirect block dependencies"); 725 static int handle_written_indirdep(struct indirdep *, struct buf *, 754 static void indirdep_complete(struct indirdep *); 760 static void initiate_write_indirdep(struct indirdep*, struct buf *); 771 static struct indirdep *indirdep_lookup(struct mount *, struct inode *, 773 static void cancel_indirdep(struct indirdep *, struct buf *, 775 static void free_indirdep(struct indirdep *); 793 static void trunc_indirdep(struct indirdep *, struct freeblks *, struct buf *, 6147 indirdep_complete(struct indirdep *indirdep) in indirdep_complete() argument 6151 LIST_REMOVE(indirdep, ir_next); in indirdep_complete() [all …]
|
| HD | softdep.h | 227 #define WK_INDIRDEP(wk) ((struct indirdep *)(wk)) 260 LIST_HEAD(indirdephd, indirdep); 498 struct indirdep { struct 501 LIST_ENTRY(indirdep) ir_next; /* alloc{direct,indir} list */ argument 530 struct indirdep *ai_indirdep; /* address of associated indirdep */ 615 struct indirdep *fw_indir; /* indirect block. */
|