HomeSort by: relevance | last modified time | path
    Searched defs:ffs_mapsearch (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/makefs/ffs/
ffs_alloc.c 75 static int32_t ffs_mapsearch(struct fs *, struct cg *, daddr_t, int);
357 bno = ffs_mapsearch(fs, cgp, bpref, allocsiz);
409 bno = ffs_mapsearch(fs, cgp, bpref, (int)fs->fs_frag);
538 ffs_mapsearch(struct fs *fs, struct cg *cgp, daddr_t bpref, int allocsiz) function in typeref:typename:int32_t
  /src/sys/ufs/ffs/
ffs_alloc.c 118 static int32_t ffs_mapsearch(struct fs *, struct cg *,
1138 bno = ffs_mapsearch(fs, cgp, bpref, allocsiz);
1218 bno = ffs_mapsearch(fs, cgp, bpref, (int)fs->fs_frag);
1221 * XXX jdolecek ffs_mapsearch() succeeds or panics
2160 ffs_mapsearch(struct fs *fs, struct cg *cgp, daddr_t bpref, int allocsiz) function in typeref:typename:int32_t

Completed in 51 milliseconds