Lines Matching refs:ufs2_daddr_t
104 typedef ufs2_daddr_t allocfcn_t(struct inode *ip, uint64_t cg,
105 ufs2_daddr_t bpref, int size, int rsize);
107 static ufs2_daddr_t ffs_alloccg(struct inode *, uint64_t, ufs2_daddr_t, int,
109 static ufs2_daddr_t
110 ffs_alloccgblk(struct inode *, struct buf *, ufs2_daddr_t, int);
112 struct vnode *, ufs2_daddr_t, long, ino_t,
115 static int ffs_checkfreeblk(struct inode *, ufs2_daddr_t, long);
118 static ufs2_daddr_t ffs_clusteralloc(struct inode *, uint64_t, ufs2_daddr_t,
121 static ufs2_daddr_t ffs_fragextend(struct inode *, uint64_t, ufs2_daddr_t,
123 static ufs2_daddr_t ffs_hashalloc(struct inode *, uint64_t, ufs2_daddr_t,
125 static ufs2_daddr_t ffs_nodealloccg(struct inode *, uint64_t, ufs2_daddr_t, int,
127 static ufs1_daddr_t ffs_mapsearch(struct fs *, struct cg *, ufs2_daddr_t, int);
153 ufs2_daddr_t lbn, in ffs_alloc()
154 ufs2_daddr_t bpref, in ffs_alloc()
158 ufs2_daddr_t *bnp) in ffs_alloc()
162 ufs2_daddr_t bno; in ffs_alloc()
254 ufs2_daddr_t lbprev, in ffs_realloccg()
255 ufs2_daddr_t bprev, in ffs_realloccg()
256 ufs2_daddr_t bpref, in ffs_realloccg()
269 ufs2_daddr_t bno; in ffs_realloccg()
579 ufs2_daddr_t pref; in ffs_reallocblks_ufs1()
841 ufs2_daddr_t *bap, *sbap, *ebap; in ffs_reallocblks_ufs2()
845 ufs2_daddr_t soff, newblk, blkno, pref; in ffs_reallocblks_ufs2()
914 sbap = (ufs2_daddr_t *)sbp->b_data; in ffs_reallocblks_ufs2()
932 ebap = (ufs2_daddr_t *)ebp->b_data; in ffs_reallocblks_ufs2()
1404 ufs2_daddr_t
1413 ufs2_daddr_t pref, prevbn; in ffs_blkpref_ufs1()
1516 ufs2_daddr_t
1520 ufs2_daddr_t *bap) in ffs_blkpref_ufs2()
1525 ufs2_daddr_t pref, prevbn; in ffs_blkpref_ufs2()
1637 static ufs2_daddr_t
1640 ufs2_daddr_t pref, in ffs_hashalloc()
1646 ufs2_daddr_t result; in ffs_hashalloc()
1695 static ufs2_daddr_t
1698 ufs2_daddr_t bprev, in ffs_fragextend()
1774 static ufs2_daddr_t
1777 ufs2_daddr_t bpref, in ffs_alloccg()
1786 ufs2_daddr_t blkno; in ffs_alloccg()
1872 static ufs2_daddr_t
1875 ufs2_daddr_t bpref, in ffs_alloccgblk()
1882 ufs2_daddr_t blkno; in ffs_alloccgblk()
1954 static ufs2_daddr_t
1957 ufs2_daddr_t bpref, in ffs_clusteralloc()
1965 ufs2_daddr_t bno; in ffs_clusteralloc()
2098 static ufs2_daddr_t
2101 ufs2_daddr_t ipref, in ffs_nodealloccg()
2259 ufs2_daddr_t bno, in ffs_blkfree_cg()
2421 ufs2_daddr_t bno;
2437 ufs2_daddr_t bno;
2445 struct vnode *, ufs2_daddr_t, long, ino_t, uint64_t, int);
2495 ufs2_daddr_t bno, in trim_lookup()
2657 ufs2_daddr_t bno, in ffs_blkfree()
2762 ufs2_daddr_t bno, in ffs_checkfreeblk()
2942 ufs2_daddr_t bpref, in ffs_mapsearch()
3272 ufs2_daddr_t blkno; in sysctl_ffs_fsck()