Searched refs:chainsize (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sbin/fsck_msdosfs/
H A Dfat.c1036 checkchain(struct fat_descriptor *fat, cl_t head, size_t *chainsize) argument
1069 *chainsize = 0;
1074 (*chainsize)++;
1078 (*chainsize)++;
1101 (*chainsize)++;
1104 if (*chainsize > 0) {
H A Ddir.c391 size_t chainsize; local
405 ret = checkchain(fat, dir->head, &chainsize);
407 * Upon return, chainsize would hold the chain length
422 physicalSize = (u_int64_t)chainsize * boot->ClusterSize;

Completed in 113 milliseconds