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

  /src/usr.sbin/makefs/ffs/
ffs_balloc.c 64 static int ffs_balloc_ufs2(struct inode *, off_t, int, struct buf **);
79 return ffs_balloc_ufs2(ip, offset, bufsize, bpp);
332 ffs_balloc_ufs2(struct inode *ip, off_t offset, int bufsize, struct buf **bpp) function in typeref:typename:int
  /src/sys/ufs/ffs/
ffs_balloc.c 77 static int ffs_balloc_ufs2(struct vnode *, off_t, int, kauth_cred_t, int,
99 error = ffs_balloc_ufs2(vp, off, size, cred, flags, bpp);
528 ffs_balloc_ufs2(struct vnode *vp, off_t off, int size, kauth_cred_t cred, function in typeref:typename:int

Completed in 12 milliseconds