Lines Matching refs:max_blocks
233 if (sbinfo->max_blocks) { in shmem_inode_acct_blocks()
235 sbinfo->max_blocks, pages)) in shmem_inode_acct_blocks()
264 if (sbinfo->max_blocks) in shmem_inode_unacct_blocks()
3722 if (sbinfo->max_blocks && end - start > sbinfo->max_blocks) { in shmem_fallocate()
3824 if (sbinfo->max_blocks) { in shmem_statfs()
3825 buf->f_blocks = sbinfo->max_blocks; in shmem_statfs()
3827 buf->f_bfree = sbinfo->max_blocks - in shmem_statfs()
4817 if (!sbinfo->max_blocks) { in shmem_reconfigure()
4875 sbinfo->max_blocks = ctx->blocks; in shmem_reconfigure()
4906 if (sbinfo->max_blocks != shmem_default_max_blocks()) in shmem_show_options()
4907 seq_printf(seq, ",size=%luk", K(sbinfo->max_blocks)); in shmem_show_options()
5054 sbinfo->max_blocks = ctx->blocks; in shmem_fill_super()