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

  /src/usr.sbin/makefs/ffs/
ffs_balloc.c 63 static int ffs_balloc_ufs1(struct inode *, off_t, int, struct buf **);
81 return ffs_balloc_ufs1(ip, offset, bufsize, bpp);
85 ffs_balloc_ufs1(struct inode *ip, off_t offset, int bufsize, struct buf **bpp) function in typeref:typename:int
  /src/sys/ufs/ffs/
ffs_balloc.c 75 static int ffs_balloc_ufs1(struct vnode *, off_t, int, kauth_cred_t, int,
101 error = ffs_balloc_ufs1(vp, off, size, cred, flags, bpp);
110 ffs_balloc_ufs1(struct vnode *vp, off_t off, int size, kauth_cred_t cred, function in typeref:typename:int

Completed in 14 milliseconds