Home
last modified time | relevance | path

Searched refs:max_inodes (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
A Dshmem_fs.h33 unsigned long max_inodes; /* How many inodes are allowed */ member
A Dhugetlb.h451 long max_inodes; /* inodes allowed */ member
/linux/mm/
A Dshmem.c277 if (sbinfo->max_inodes) { in shmem_reserve_inode()
339 if (sbinfo->max_inodes) { in shmem_free_inode()
2807 if (sbinfo->max_inodes) { in shmem_statfs()
2808 buf->f_files = sbinfo->max_inodes; in shmem_statfs()
3484 inodes = sbinfo->max_inodes - sbinfo->free_inodes; in shmem_reconfigure()
3497 if (!sbinfo->max_inodes) { in shmem_reconfigure()
3520 sbinfo->max_inodes = ctx->inodes; in shmem_reconfigure()
3547 if (sbinfo->max_inodes != shmem_default_max_inodes()) in shmem_show_options()
3548 seq_printf(seq, ",nr_inodes=%lu", sbinfo->max_inodes); in shmem_show_options()
3638 sbinfo->free_inodes = sbinfo->max_inodes = ctx->inodes; in shmem_fill_super()
/linux/fs/hugetlbfs/
A Dinode.c1014 if (sbinfo->max_inodes != -1) in hugetlbfs_show_options()
1015 seq_printf(m, ",nr_inodes=%lu", sbinfo->max_inodes); in hugetlbfs_show_options()
1055 buf->f_files = sbinfo->max_inodes; in hugetlbfs_statfs()
1337 sbinfo->max_inodes = ctx->nr_inodes; in hugetlbfs_fill_super()

Completed in 20 milliseconds