Searched refs:chainlength (Results 1 – 3 of 3) sorted by relevance
| /freebsd/usr.sbin/makefs/msdos/ |
| H A D | msdosfs_fat.c | 75 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/sys/fs/msdosfs/ |
| H A D | msdosfs_fat.c | 70 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()
|
| /freebsd/sbin/fsck_msdosfs/ |
| H A D | fat.c | 1261 size_t chains, chainlength; in checklost() local 1286 ret = checkchain(fat, head, &chainlength); in checklost() 1287 if (ret != FSERROR && chainlength > 0) { in checklost() 1290 head, chainlength); in checklost() 1292 chainlength); in checklost()
|