Lines Matching refs:file_max
479 superblock->file_max = lfs_fromle32(superblock->file_max);
489 superblock->file_max = lfs_tole32(superblock->file_max);
3603 if (file->pos + size > lfs->file_max) {
3652 if (npos > lfs->file_max) {
4204 LFS_ASSERT(lfs->cfg->file_max <= LFS_FILE_MAX);
4205 lfs->file_max = lfs->cfg->file_max;
4206 if (!lfs->file_max) {
4207 lfs->file_max = LFS_FILE_MAX;
4288 .file_max = lfs->file_max,
4421 if (superblock.file_max) {
4422 if (superblock.file_max > lfs->file_max) {
4423 LFS_ERROR("Unsupported file_max (%"PRIu32" > %"PRIu32")",
4424 superblock.file_max, lfs->file_max);
4429 lfs->file_max = superblock.file_max;
4531 fsinfo->file_max = lfs->file_max;
4796 .file_max = lfs->file_max,
5702 .file_max = lfs->file_max,
5765 ".name_max=%"PRIu32", .file_max=%"PRIu32", "
5773 cfg->name_max, cfg->file_max, cfg->attr_max);
5795 ".name_max=%"PRIu32", .file_max=%"PRIu32", "
5803 cfg->name_max, cfg->file_max, cfg->attr_max);
6314 ".name_max=%"PRIu32", .file_max=%"PRIu32", "
6322 cfg->name_max, cfg->file_max, cfg->attr_max);