Lines Matching refs:file_max
416 superblock->file_max = lfs_fromle32(superblock->file_max); in lfs_superblock_fromle32()
425 superblock->file_max = lfs_tole32(superblock->file_max); in lfs_superblock_tole32()
2960 if (file->pos + size > lfs->file_max) {
3075 if (npos > lfs->file_max) {
3559 LFS_ASSERT(lfs->cfg->file_max <= LFS_FILE_MAX);
3560 lfs->file_max = lfs->cfg->file_max;
3561 if (!lfs->file_max) {
3562 lfs->file_max = LFS_FILE_MAX;
3639 .file_max = lfs->file_max,
3744 if (superblock.file_max) {
3745 if (superblock.file_max > lfs->file_max) {
3747 superblock.file_max, lfs->file_max);
3752 lfs->file_max = superblock.file_max;
4866 .file_max = lfs->file_max,
4937 cfg->name_max, cfg->file_max, cfg->attr_max);
4967 cfg->name_max, cfg->file_max, cfg->attr_max);
5422 cfg->name_max, cfg->file_max, cfg->attr_max);