Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/ext2fs/
H A Dext2_alloc.c213 e2fs_lbn_t start_lbn, end_lbn; in ext2_reallocblks() local
231 start_lbn = lblkno(fs, buflist->bs_children[0]->b_loffset); in ext2_reallocblks()
232 end_lbn = start_lbn + len - 1; in ext2_reallocblks()
235 if (buflist->bs_children[i]->b_loffset != lblktodoff(fs, start_lbn + i)) in ext2_reallocblks()
248 if (start_lbn < EXT2_NDADDR && end_lbn >= EXT2_NDADDR) in ext2_reallocblks()
258 if (ext2_getlbns(vp, start_lbn, start_ap, &start_lvl) || in ext2_reallocblks()
266 soff = start_lbn; in ext2_reallocblks()
298 pref = ext2_blkpref(ip, start_lbn, soff, sbap, 0); in ext2_reallocblks()
315 ip->i_number, start_lbn, end_lbn); in ext2_reallocblks()
/dragonfly/sys/vfs/ufs/
H A Dffs_alloc.c357 ufs_daddr_t start_lbn, end_lbn, soff, newblk, blkno; in ffs_reallocblks() local
373 start_lbn = lblkno(fs, buflist->bs_children[0]->b_loffset); in ffs_reallocblks()
374 end_lbn = start_lbn + len - 1; in ffs_reallocblks()
381 if (buflist->bs_children[i]->b_loffset != lblktodoff(fs, start_lbn) + lblktodoff(fs, i)) in ffs_reallocblks()
398 if (ufs_getlbns(vp, start_lbn, start_ap, &start_lvl) || in ffs_reallocblks()
407 soff = start_lbn; in ffs_reallocblks()
422 pref = ffs_blkpref(ip, start_lbn, soff, sbap); in ffs_reallocblks()
449 (long)start_lbn, len, slen, ssize); in ffs_reallocblks()
467 (uintmax_t)ip->i_number, start_lbn, end_lbn); in ffs_reallocblks()
488 softdep_setup_allocdirect(ip, start_lbn + i, in ffs_reallocblks()
[all …]