Lines Matching refs:disk
189 // check data on disk
874 struct lfs_diskoff disk;
892 struct lfs_diskoff disk = {0};
905 disk.block = dir->pair[0];
906 disk.off = off+sizeof(lfs_tag_t);
907 buffer = &disk;
945 .disk = disk,
1063 disk = stack[sp-1].disk;
1421 const struct lfs_diskoff *disk = buffer;
1423 // compare with disk
1427 disk->block, disk->off, name->name, diff);
1592 // from disk
1593 const struct lfs_diskoff *disk = buffer;
1599 disk->block, disk->off+i, &dat, 1);
3087 // try to load what's on disk, if it's inlined we'll fix it later
3219 // either read from dirty cache or disk
4303 // older version of littlefs that may live on disk
4404 // note this bit is reserved on disk, so fetching more gstate
4443 // this is where we get the block_count from disk if block_count=0
4503 // otherwise we need to read the minor version on disk
4521 // read the on-disk version
4529 // other on-disk configuration, we cache all of these for internal use
4693 const struct lfs_diskoff *disk = buffer;
4699 disk->block, disk->off, &child, sizeof(child));
5099 // Version of On-disk data structures