Lines Matching refs:spool
598 if (sbinfo->spool) { in hugetlbfs_statfs()
601 spin_lock(&sbinfo->spool->lock); in hugetlbfs_statfs()
602 buf->f_blocks = sbinfo->spool->max_hpages; in hugetlbfs_statfs()
603 free_pages = sbinfo->spool->max_hpages in hugetlbfs_statfs()
604 - sbinfo->spool->used_hpages; in hugetlbfs_statfs()
606 spin_unlock(&sbinfo->spool->lock); in hugetlbfs_statfs()
623 if (sbi->spool) in hugetlbfs_put_super()
624 hugepage_put_subpool(sbi->spool); in hugetlbfs_put_super()
900 sbinfo->spool = NULL; in hugetlbfs_fill_super()
907 sbinfo->spool = hugepage_new_subpool(config.hstate, in hugetlbfs_fill_super()
910 if (!sbinfo->spool) in hugetlbfs_fill_super()
924 kfree(sbinfo->spool); in hugetlbfs_fill_super()