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

  /src/usr.sbin/makefs/ffs/
ffs_alloc.c 73 static daddr_t ffs_hashalloc(struct inode *, uint32_t, daddr_t, int,
121 bno = ffs_hashalloc(ip, cg, bpref, size, ffs_alloccg);
250 ffs_hashalloc(struct inode *ip, uint32_t cg, daddr_t pref, int size, function in typeref:typename:daddr_t
  /src/sys/ufs/ffs/
ffs_alloc.c 115 static daddr_t ffs_hashalloc(struct inode *, u_int, daddr_t, int, int, int,
258 bno = ffs_hashalloc(ip, cg, bpref, size, 0, flags, ffs_alloccg);
277 * For the case where ffs_hashalloc() fails early
490 bno = ffs_hashalloc(ip, cg, bpref, request, nsize, 0, ffs_alloccg);
610 ino = (ino_t)ffs_hashalloc(pip, cg, ipref, mode, 0, 0, ffs_nodealloccg);
913 ffs_hashalloc(struct inode *ip, u_int cg, daddr_t pref, function in typeref:typename:daddr_t

Completed in 14 milliseconds