Searched refs:file_max (Results 1 – 2 of 2) sorted by relevance
254 lfs_size_t file_max; member377 lfs_size_t file_max; member414 lfs_size_t file_max; member
438 superblock->file_max = lfs_fromle32(superblock->file_max); in lfs_superblock_fromle32()448 superblock->file_max = lfs_tole32(superblock->file_max); in lfs_superblock_tole32()3435 if (file->pos + size > lfs->file_max) {3484 if (npos > lfs->file_max) {3988 LFS_ASSERT(lfs->cfg->file_max <= LFS_FILE_MAX);3989 lfs->file_max = lfs->cfg->file_max;3990 if (!lfs->file_max) {3991 lfs->file_max = LFS_FILE_MAX;4068 .file_max = lfs->file_max,4173 if (superblock.file_max) {[all …]