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

/freebsd-11-stable/sbin/fsck_msdosfs/
H A Ddir.c1070 static u_char *lfbuf; variable
1097 if (!lfbuf) {
1098 lfbuf = malloc(boot->ClusterSize);
1099 if (!lfbuf) {
1105 p = lfbuf;
1108 for (; p < lfbuf + boot->ClusterSize; p += 32)
1112 if (p && p < lfbuf + boot->ClusterSize)
1125 || (size_t)read(dosfs, lfbuf, boot->ClusterSize) != boot->ClusterSize) {
1129 p = lfbuf;
1155 || (size_t)write(dosfs, lfbuf, boo
[all...]

Completed in 60 milliseconds