Home
last modified time | relevance | path

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

/src/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c429 int dirleft; in rootdir_free() local
438 dirleft = howmany(pmp->pm_rootdirsize * DEV_BSIZE, in rootdir_free()
449 pmp->pm_firstcluster, dirclu, dirleft, pmp->pm_rootdirsize, in rootdir_free()
452 ffree = dirleft; in rootdir_free()
453 while (dirleft > 0 && ffree > 0) { in rootdir_free()
454 if (readsize > dirleft * sizeof(struct direntry)) in rootdir_free()
455 readsize = dirleft * sizeof(struct direntry); in rootdir_free()
458 dirclu, dirleft, readsize); in rootdir_free()
467 for (diridx = 0; diridx < dirmax && dirleft > 0; in rootdir_free()
468 diridx++, dirleft--) { in rootdir_free()
[all …]