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
2223 * If not found, allocate if DEPALLOC flag is passed.
2258 if ((flags & DEPALLOC) == 0) in pagedep_lookup()
2312 * If not found, allocate if DEPALLOC flag is passed.
2333 if ((flags & DEPALLOC) == 0) in inodedep_lookup()
2400 if ((flags & DEPALLOC) && newblk->nb_list.wk_type != D_NEWBLK) in newblk_find()
2414 * If not found, allocate if DEPALLOC flag is passed.
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, in softdep_setup_inomapdep()
[all...]