Lines Matching refs:file_max
482 superblock->file_max = lfs_fromle32(superblock->file_max); in lfs_superblock_fromle32()
492 superblock->file_max = lfs_tole32(superblock->file_max); in lfs_superblock_tole32()
3608 if (file->pos + size > lfs->file_max) {
3657 if (npos > lfs->file_max) {
4209 LFS_ASSERT(lfs->cfg->file_max <= LFS_FILE_MAX);
4210 lfs->file_max = lfs->cfg->file_max;
4211 if (!lfs->file_max) {
4212 lfs->file_max = LFS_FILE_MAX;
4293 .file_max = lfs->file_max,
4426 if (superblock.file_max) {
4427 if (superblock.file_max > lfs->file_max) {
4429 superblock.file_max, lfs->file_max);
4434 lfs->file_max = superblock.file_max;
4536 fsinfo->file_max = lfs->file_max;
4801 .file_max = lfs->file_max,
5707 .file_max = lfs->file_max,
5778 cfg->name_max, cfg->file_max, cfg->attr_max);
5808 cfg->name_max, cfg->file_max, cfg->attr_max);
6327 cfg->name_max, cfg->file_max, cfg->attr_max);