Searched refs:setup_allocindir_phase2 (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/ufs/ffs/ |
H A D | ffs_softdep.c | 841 static struct freefrag *setup_allocindir_phase2(struct buf *, struct inode *, 6112 freefrag = setup_allocindir_phase2(bp, ip, inodedep, aip, lbn); in softdep_setup_allocindir_page() 6146 if (setup_allocindir_phase2(bp, ip, inodedep, aip, lbn)) in softdep_setup_allocindir_meta() 6251 setup_allocindir_phase2( in setup_allocindir_phase2() function 6270 panic("setup_allocindir_phase2: not indir blk"); in setup_allocindir_phase2() 6272 ("setup_allocindir_phase2: Bad offset %d", aip->ai_offset)); in setup_allocindir_phase2() 6275 ("setup_allocindir_phase2 NULL ir_savebp")); in setup_allocindir_phase2() 6320 KASSERT(freefrag != NULL, ("setup_allocindir_phase2: No freefrag")); in allocindir_merge() 10823 * was allocated in setup_allocindir_phase2 using in cancel_indirdep()
|