Home
last modified time | relevance | path

Searched refs:DEPALLOC (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c2196 #define DEPALLOC 0x0001 /* allocate structure if lookup fails */ macro
2258 if ((flags & DEPALLOC) == 0) in pagedep_lookup()
2333 if ((flags & DEPALLOC) == 0) in inodedep_lookup()
2400 if ((flags & DEPALLOC) && newblk->nb_list.wk_type != D_NEWBLK) in newblk_find()
2432 if ((flags & DEPALLOC) == 0) in newblk_lookup()
4909 (void) inodedep_lookup(ITOVFS(ip), ip->i_number, DEPALLOC, in inodedep_lookup_ip()
5277 if ((inodedep_lookup(mp, newinum, DEPALLOC, &inodedep))) in softdep_setup_inomapdep()
5359 if (newblk_lookup(mp, newblkno, DEPALLOC, &newblk) != 0) in softdep_setup_blkmapdep()
5559 pagedep_lookup(mp, bp, ip->i_number, off, DEPALLOC, in softdep_setup_allocdirect()
5588 inodedep_lookup(mp, ip->i_number, DEPALLOC, &inodedep); in softdep_setup_allocdirect()
[all …]