Home
last modified time | relevance | path

Searched refs:start_lbn (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_cluster.c609 cluster_wbuild_wb(struct vnode *vp, long size, daddr_t start_lbn, int len, in cluster_wbuild_wb() argument
616 if (start_lbn < len) in cluster_wbuild_wb()
618 start_lbn -= len; in cluster_wbuild_wb()
621 r = cluster_wbuild(vp, size, start_lbn, len, gbflags); in cluster_wbuild_wb()
806 cluster_wbuild(struct vnode *vp, long size, daddr_t start_lbn, int len, in cluster_wbuild() argument
826 if ((tbp = gbincore(&vp->v_bufobj, start_lbn)) == NULL || in cluster_wbuild()
829 ++start_lbn; in cluster_wbuild()
835 ++start_lbn; in cluster_wbuild()
841 ++start_lbn; in cluster_wbuild()
864 ++start_lbn; in cluster_wbuild()
[all …]
/freebsd/sys/ufs/ffs/
H A Dffs_alloc.c575 ufs_lbn_t start_lbn, end_lbn; in ffs_reallocblks_ufs1() local
595 start_lbn = buflist->bs_children[0]->b_lblkno; in ffs_reallocblks_ufs1()
596 end_lbn = start_lbn + len - 1; in ffs_reallocblks_ufs1()
603 if (buflist->bs_children[i]->b_lblkno != start_lbn + i) in ffs_reallocblks_ufs1()
621 if (start_lbn < UFS_NDADDR && end_lbn >= UFS_NDADDR) in ffs_reallocblks_ufs1()
631 if (ufs_getlbns(vp, start_lbn, start_ap, &start_lvl) || in ffs_reallocblks_ufs1()
639 soff = start_lbn; in ffs_reallocblks_ufs1()
674 pref = ffs_blkpref_ufs1(ip, start_lbn, soff, sbap); in ffs_reallocblks_ufs1()
712 (intmax_t)start_lbn, (intmax_t)end_lbn); in ffs_reallocblks_ufs1()
733 softdep_setup_allocdirect(ip, start_lbn + i, in ffs_reallocblks_ufs1()
[all …]
/freebsd/sys/fs/ext2fs/
H A Dext2_alloc.c210 e2fs_lbn_t start_lbn, end_lbn; in ext2_reallocblks() local
228 start_lbn = buflist->bs_children[0]->b_lblkno; in ext2_reallocblks()
229 end_lbn = start_lbn + len - 1; in ext2_reallocblks()
232 if (buflist->bs_children[i]->b_lblkno != start_lbn + i) in ext2_reallocblks()
245 if (start_lbn < EXT2_NDADDR && end_lbn >= EXT2_NDADDR) in ext2_reallocblks()
255 if (ext2_getlbns(vp, start_lbn, start_ap, &start_lvl) || in ext2_reallocblks()
263 soff = start_lbn; in ext2_reallocblks()
293 pref = ext2_blkpref(ip, start_lbn, soff, sbap, 0); in ext2_reallocblks()
310 ip->i_number, start_lbn, end_lbn); in ext2_reallocblks()