Lines Matching refs:spool
864 if (sbinfo->spool) { in hugetlbfs_statfs()
867 spin_lock(&sbinfo->spool->lock); in hugetlbfs_statfs()
868 buf->f_blocks = sbinfo->spool->max_hpages; in hugetlbfs_statfs()
869 free_pages = sbinfo->spool->max_hpages in hugetlbfs_statfs()
870 - sbinfo->spool->used_hpages; in hugetlbfs_statfs()
872 spin_unlock(&sbinfo->spool->lock); in hugetlbfs_statfs()
889 if (sbi->spool) in hugetlbfs_put_super()
890 hugepage_put_subpool(sbi->spool); in hugetlbfs_put_super()
1167 sbinfo->spool = NULL; in hugetlbfs_fill_super()
1174 sbinfo->spool = hugepage_new_subpool(config.hstate, in hugetlbfs_fill_super()
1177 if (!sbinfo->spool) in hugetlbfs_fill_super()
1191 kfree(sbinfo->spool); in hugetlbfs_fill_super()