Lines Matching defs:inodes
114 unsigned long long inodes;
1518 * Add inode to shmem_unuse()'s list of swapped-out inodes,
3318 * No ordinary (disk based) filesystem counts links as inodes;
3821 * so as we hash inodes here rather than at creation
3935 ctx->inodes = memparse(param->string, &rest);
3936 if (*rest || ctx->inodes > ULONG_MAX / BOGO_INODE_SIZE)
4140 if ((ctx->seen & SHMEM_SEEN_INODES) && ctx->inodes) {
4142 err = "Cannot retroactively limit inodes";
4145 if (ctx->inodes * BOGO_INODE_SIZE < used_isp) {
4146 err = "Too few inodes for current use";
4190 sbinfo->max_inodes = ctx->inodes;
4191 sbinfo->free_ispace = ctx->inodes * BOGO_INODE_SIZE - used_isp;
4239 * inodes, since that probably just means the feature isn't even under
4301 * tmpfs instance, limiting inodes to one per page of lowmem;
4308 ctx->inodes = shmem_default_max_inodes();
4321 sbinfo->max_inodes = ctx->inodes;