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

/fuchsia/zircon/third_party/uapp/fsck-msdosfs/
H A Ddir.c912 static u_char *lfbuf; variable
936 if (!lfbuf) {
937 lfbuf = malloc(boot->ClusterSize);
938 if (!lfbuf) {
944 p = lfbuf;
947 for (; p < lfbuf + boot->ClusterSize; p += 32)
951 if (p && p < lfbuf + boot->ClusterSize)
962 || (size_t)read(dosfs, lfbuf, boot->ClusterSize) != boot->ClusterSize) {
966 p = lfbuf;
993 || (size_t)write(dosfs, lfbuf, boo
[all...]

Completed in 28 milliseconds