Searched refs:sbinfo (Results 1 – 2 of 2) sorted by relevance
1042 if (sbinfo) { in hugetlbfs_statfs()1046 if (sbinfo->spool) { in hugetlbfs_statfs()1086 sbinfo->free_inodes--; in hugetlbfs_dec_free_inodes()1097 sbinfo->free_inodes++; in hugetlbfs_inc_free_inodes()1332 if (!sbinfo) in hugetlbfs_fill_super()1334 sb->s_fs_info = sbinfo; in hugetlbfs_fill_super()1339 sbinfo->spool = NULL; in hugetlbfs_fill_super()1340 sbinfo->uid = ctx->uid; in hugetlbfs_fill_super()1353 if (!sbinfo->spool) in hugetlbfs_fill_super()1373 kfree(sbinfo->spool); in hugetlbfs_fill_super()[all …]
238 if (sbinfo->max_blocks) in shmem_inode_unacct_blocks()282 sbinfo->free_inodes--; in shmem_reserve_inode()341 sbinfo->free_inodes++; in shmem_free_inode()1471 if (sbinfo->mpol) { in shmem_get_sbmpol()1473 mpol = sbinfo->mpol; in shmem_get_sbmpol()2701 if (sbinfo->max_blocks && end - start > sbinfo->max_blocks) { in shmem_fallocate()3484 inodes = sbinfo->max_inodes - sbinfo->free_inodes; in shmem_reconfigure()3582 if (sbinfo->huge) in shmem_show_options()3598 kfree(sbinfo); in shmem_put_super()3611 if (!sbinfo) in shmem_fill_super()[all …]
Completed in 19 milliseconds