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

/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_softdep.c2044 #define DEPALLOC 0x0001 /* allocate structure if lookup fails */ macro
2079 * If not found, allocate if DEPALLOC flag is passed.
2114 if ((flags & DEPALLOC) == 0)
2172 * If not found, allocate if DEPALLOC flag is passed.
2193 if ((flags & DEPALLOC) == 0)
2262 if ((flags & DEPALLOC) && newblk->nb_list.wk_type != D_NEWBLK)
2276 * If not found, allocate if DEPALLOC flag is passed.
2292 if ((flags & DEPALLOC) == 0)
4478 dflags = DEPALLOC;
4885 if ((inodedep_lookup(mp, newinum, DEPALLOC | NODELA
8936 pagedep_lookup(UFSTOVFS(dp->i_ump), bp, dp->i_number, lbn, DEPALLOC, local
[all...]

Completed in 60 milliseconds