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

/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_softdep.c964 static struct bmsafemap *bmsafemap_lookup(struct mount *, struct buf *,
4871 * in bmsafemap_lookup since once we allocate the inodedep, we
4874 * in bmsafemap_lookup. We cannot call bmsafemap_lookup before
4888 bmsafemap = bmsafemap_lookup(mp, bp, ino_to_cg(fs, newinum), bmsafemap);
4965 newblk->nb_bmsafemap = bmsafemap = bmsafemap_lookup(mp, bp,
5012 bmsafemap_lookup(mp, bp, cg, newbmsafemap) function
5024 KASSERT(bp != NULL, ("bmsafemap_lookup: missing buffer"));
10476 bmsafemap = bmsafemap_lookup(mp, bp, dtog(fs, blkno), NULL);
10525 bmsafemap = bmsafemap_lookup(m
[all...]

Completed in 118 milliseconds