Home
last modified time | relevance | path

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

/freebsd/usr.sbin/makefs/msdos/
H A Dmsdosfs_fat.c75 static int chainlength(struct msdosfsmount *pmp, u_long start,
626 chainlength(struct msdosfsmount *pmp, u_long start, u_long count) in chainlength() function
745 if ((len = chainlength(pmp, start, count)) >= count) in clusteralloc1()
759 if ((l = chainlength(pmp, cn, count)) >= count) in clusteralloc1()
776 if ((l = chainlength(pmp, cn, count)) >= count) in clusteralloc1()
/freebsd/sbin/fsck_msdosfs/
H A Dfat.c1250 size_t chains, chainlength; in checklost() local
1275 ret = checkchain(fat, head, &chainlength); in checklost()
1276 if (ret != FSERROR && chainlength > 0) { in checklost()
1279 head, chainlength); in checklost()
1281 chainlength); in checklost()
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_fat.c70 static int chainlength(struct msdosfsmount *pmp, u_long start,
645 chainlength(struct msdosfsmount *pmp, u_long start, u_long count) in chainlength() function
773 if ((len = chainlength(pmp, start, count)) >= count) in clusteralloc1()
787 if ((l = chainlength(pmp, cn, count)) >= count) in clusteralloc1()
804 if ((l = chainlength(pmp, cn, count)) >= count) in clusteralloc1()