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

/freebsd-current/sys/ufs/ffs/
H A Dsoftdep.h525 struct newblk ai_block; /* Common block area */ member in struct:allocindir
526 # define ai_state ai_block.nb_list.wk_state /* indirect pointer state */
533 #define ai_newblkno ai_block.nb_newblkno
534 #define ai_freefrag ai_block.nb_freefrag
535 #define ai_newdirblk ai_block.nb_newdirblk
H A Dffs_softdep.c6098 WORKLIST_INSERT(&nbp->b_dep, &aip->ai_block.nb_list);
6132 WORKLIST_INSERT(&nbp->b_dep, &aip->ai_block.nb_list);
6148 free_newblk(&aip->ai_block);
6326 freefrag->ff_jdep = (struct worklist *)cancel_newblk(&oldaip->ai_block,
6328 free_newblk(&oldaip->ai_block);
11975 newblk_freefrag(&aip->ai_block);
11978 free_newblk(&aip->ai_block);
14859 newblk_print(&aip->ai_block);

Completed in 133 milliseconds