Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/makefs/ffs/
H A Dffs_alloc.c71 static int32_t ffs_mapsearch(struct fs *, struct cg *, makefs_daddr_t, int);
357 bno = ffs_mapsearch(fs, cgp, bpref, allocsiz); in ffs_alloccg()
409 bno = ffs_mapsearch(fs, cgp, bpref, (int)fs->fs_frag); in ffs_alloccgblk()
551 ffs_mapsearch(struct fs *fs, struct cg *cgp, makefs_daddr_t bpref, int allocsiz) in ffs_mapsearch() function
/dragonfly/sys/vfs/ufs/
H A Dffs_alloc.c81 static ufs_daddr_t ffs_mapsearch (struct fs *, struct cg *, ufs_daddr_t,
1076 bno = ffs_mapsearch(fs, cgp, bpref, allocsiz); in ffs_alloccg()
1203 bno = ffs_mapsearch(fs, cgp, bpref, (int)fs->fs_frag); in ffs_alloccgblk()
1822 ffs_mapsearch(struct fs *fs, struct cg *cgp, ufs_daddr_t bpref, int allocsiz) in ffs_mapsearch() function