Lines Matching defs:inodes
112 unsigned long long inodes;
1432 * Add inode to shmem_unuse()'s list of swapped-out inodes,
3003 * No ordinary (disk based) filesystem counts links as inodes;
3390 * so as we hash inodes here rather than at creation
3486 ctx->inodes = memparse(param->string, &rest);
3607 * Note that we disallow change from limited->unlimited blocks/inodes while any
3615 unsigned long inodes;
3619 inodes = sbinfo->max_inodes - sbinfo->free_inodes;
3631 if ((ctx->seen & SHMEM_SEEN_INODES) && ctx->inodes) {
3633 err = "Cannot retroactively limit inodes";
3636 if (ctx->inodes < inodes) {
3637 err = "Too few inodes for current use";
3655 sbinfo->max_inodes = ctx->inodes;
3656 sbinfo->free_inodes = ctx->inodes - inodes;
3699 * inodes, since that probably just means the feature isn't even under
3754 * tmpfs instance, limiting inodes to one per page of lowmem;
3761 ctx->inodes = shmem_default_max_inodes();
3773 sbinfo->free_inodes = sbinfo->max_inodes = ctx->inodes;