Home
last modified time | relevance | path

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

/linux/include/linux/
A Dshmem_fs.h60 unsigned long max_inodes; /* How many inodes are allowed */ member
A Dhugetlb.h495 long max_inodes; /* inodes allowed */ member
/linux/mm/
A Dshmem.c350 if (sbinfo->max_inodes) { in shmem_reserve_inode()
412 if (sbinfo->max_inodes) { in shmem_free_inode()
3544 if (sbinfo->max_inodes) { in shmem_statfs()
3545 buf->f_files = sbinfo->max_inodes; in shmem_statfs()
3939 if (sbinfo->max_inodes) { in shmem_initxattrs()
4012 if (value && sbinfo->max_inodes) { in shmem_xattr_handler_set()
4027 if (old_xattr && sbinfo->max_inodes) in shmem_xattr_handler_set()
4463 if (!sbinfo->max_inodes) { in shmem_reconfigure()
4512 sbinfo->max_inodes = ctx->inodes; in shmem_reconfigure()
4543 if (sbinfo->max_inodes != shmem_default_max_inodes()) in shmem_show_options()
[all …]
/linux/fs/hugetlbfs/
A Dinode.c1165 if (sbinfo->max_inodes != -1) in hugetlbfs_show_options()
1166 seq_printf(m, ",nr_inodes=%lu", sbinfo->max_inodes); in hugetlbfs_show_options()
1208 buf->f_files = sbinfo->max_inodes; in hugetlbfs_statfs()
1476 sbinfo->max_inodes = ctx->nr_inodes; in hugetlbfs_fill_super()

Completed in 24 milliseconds