Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/makefs/ffs/
HDffs_alloc.c69 static int32_t ffs_mapsearch(struct fs *, struct cg *, daddr_t, int);
351 bno = ffs_mapsearch(fs, cgp, bpref, allocsiz); in ffs_alloccg()
403 bno = ffs_mapsearch(fs, cgp, bpref, (int)fs->fs_frag); in ffs_alloccgblk()
532 ffs_mapsearch(struct fs *fs, struct cg *cgp, daddr_t bpref, int allocsiz) in ffs_mapsearch() function
/NextBSD/sys/ufs/ffs/
HDffs_alloc.c123 static ufs1_daddr_t ffs_mapsearch(struct fs *, struct cg *, ufs2_daddr_t, int);
1723 bno = ffs_mapsearch(fs, cgp, bpref, allocsiz);
1799 bno = ffs_mapsearch(fs, cgp, bpref, (int)fs->fs_frag);
2573 ffs_mapsearch(fs, cgp, bpref, allocsiz) in ffs_mapsearch() function