Lines Matching refs:ufs2_daddr_t

102 typedef ufs2_daddr_t allocfcn_t(struct inode *ip, uint64_t cg,
103 ufs2_daddr_t bpref, int size, int rsize);
105 static ufs2_daddr_t ffs_alloccg(struct inode *, uint64_t, ufs2_daddr_t, int,
107 static ufs2_daddr_t
108 ffs_alloccgblk(struct inode *, struct buf *, ufs2_daddr_t, int);
110 struct vnode *, ufs2_daddr_t, long, ino_t,
113 static int ffs_checkfreeblk(struct inode *, ufs2_daddr_t, long);
116 static ufs2_daddr_t ffs_clusteralloc(struct inode *, uint64_t, ufs2_daddr_t,
119 static ufs2_daddr_t ffs_fragextend(struct inode *, uint64_t, ufs2_daddr_t,
121 static ufs2_daddr_t ffs_hashalloc(struct inode *, uint64_t, ufs2_daddr_t,
123 static ufs2_daddr_t ffs_nodealloccg(struct inode *, uint64_t, ufs2_daddr_t, int,
125 static ufs1_daddr_t ffs_mapsearch(struct fs *, struct cg *, ufs2_daddr_t, int);
151 ufs2_daddr_t lbn, in ffs_alloc()
152 ufs2_daddr_t bpref, in ffs_alloc()
156 ufs2_daddr_t *bnp) in ffs_alloc()
160 ufs2_daddr_t bno; in ffs_alloc()
252 ufs2_daddr_t lbprev, in ffs_realloccg()
253 ufs2_daddr_t bprev, in ffs_realloccg()
254 ufs2_daddr_t bpref, in ffs_realloccg()
267 ufs2_daddr_t bno; in ffs_realloccg()
577 ufs2_daddr_t pref; in ffs_reallocblks_ufs1()
840 ufs2_daddr_t *bap, *sbap, *ebap; in ffs_reallocblks_ufs2()
844 ufs2_daddr_t soff, newblk, blkno, pref; in ffs_reallocblks_ufs2()
913 sbap = (ufs2_daddr_t *)sbp->b_data; in ffs_reallocblks_ufs2()
931 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()
1524 ufs2_daddr_t
1528 ufs2_daddr_t *bap) in ffs_blkpref_ufs2()
1533 ufs2_daddr_t pref, prevbn; in ffs_blkpref_ufs2()
1653 static ufs2_daddr_t
1656 ufs2_daddr_t pref, in ffs_hashalloc()
1662 ufs2_daddr_t result; in ffs_hashalloc()
1711 static ufs2_daddr_t
1714 ufs2_daddr_t bprev, in ffs_fragextend()
1790 static ufs2_daddr_t
1793 ufs2_daddr_t bpref, in ffs_alloccg()
1802 ufs2_daddr_t blkno; in ffs_alloccg()
1888 static ufs2_daddr_t
1891 ufs2_daddr_t bpref, in ffs_alloccgblk()
1898 ufs2_daddr_t blkno; in ffs_alloccgblk()
1970 static ufs2_daddr_t
1973 ufs2_daddr_t bpref, in ffs_clusteralloc()
1981 ufs2_daddr_t bno; in ffs_clusteralloc()
2115 static ufs2_daddr_t
2118 ufs2_daddr_t ipref, in ffs_nodealloccg()
2276 ufs2_daddr_t bno, in ffs_blkfree_cg()
2438 ufs2_daddr_t bno;
2454 ufs2_daddr_t bno;
2462 struct vnode *, ufs2_daddr_t, long, ino_t, uint64_t, int);
2512 ufs2_daddr_t bno, in trim_lookup()
2674 ufs2_daddr_t bno, in ffs_blkfree()
2779 ufs2_daddr_t bno, in ffs_checkfreeblk()
2959 ufs2_daddr_t bpref, in ffs_mapsearch()
3289 ufs2_daddr_t blkno; in sysctl_ffs_fsck()