Lines Matching refs:file_max
497 superblock->file_max = lfs_fromle32(superblock->file_max); in lfs_superblock_fromle32()
507 superblock->file_max = lfs_tole32(superblock->file_max); in lfs_superblock_tole32()
3678 if (file->pos + size > lfs->file_max) {
3721 if (npos > lfs->file_max) {
4319 LFS_ASSERT(lfs->cfg->file_max <= LFS_FILE_MAX);
4320 lfs->file_max = lfs->cfg->file_max;
4321 if (!lfs->file_max) {
4322 lfs->file_max = LFS_FILE_MAX;
4424 .file_max = lfs->file_max,
4576 if (superblock.file_max) {
4577 if (superblock.file_max > lfs->file_max) {
4579 superblock.file_max, lfs->file_max);
4584 lfs->file_max = superblock.file_max;
4689 fsinfo->file_max = lfs->file_max;
4939 .file_max = lfs->file_max,
5896 .file_max = lfs->file_max,
5967 cfg->name_max, cfg->file_max, cfg->attr_max);
5997 cfg->name_max, cfg->file_max, cfg->attr_max);
6516 cfg->name_max, cfg->file_max, cfg->attr_max);