HomeSort by relevance Sort by last modified time
    Searched full:lcluster (Results 1 - 2 of 2) sorted by null

  /external/syslinux/core/fs/fat/
fat.c 92 uint32_t lcluster; local
104 lcluster = PVT(inode)->offset >> sbi->clust_shift;
107 if (lcluster > mcluster || PVT(inode)->here < data_area) {
108 lcluster = 0;
114 inode->size = lcluster << sbi->clust_shift;
118 if (lcluster >= mcluster)
121 lcluster++;
130 while (++lcluster < tcluster) {
138 PVT(inode)->offset = lcluster << sbi->clust_shift;
  /external/e2fsprogs/lib/ext2fs/
fallocate.c 38 * there are lblocks between start and the next lcluster after start, see if
41 * the end of the last full lcluster and end, if there's a right extent.

Completed in 299 milliseconds