Searched refs:BOGO_INODE_SIZE (Results 1 – 1 of 1) sorted by relevance
95 #define BOGO_INODE_SIZE 1024 macro156 ULONG_MAX / BOGO_INODE_SIZE); in shmem_default_max_inodes()355 if (sbinfo->free_ispace < BOGO_INODE_SIZE) { in shmem_reserve_inode()359 sbinfo->free_ispace -= BOGO_INODE_SIZE; in shmem_reserve_inode()418 sbinfo->free_ispace += BOGO_INODE_SIZE + freed_ispace; in shmem_free_inode()3862 buf->f_ffree = sbinfo->free_ispace / BOGO_INODE_SIZE; in shmem_statfs()4633 if (*rest || ctx->inodes > ULONG_MAX / BOGO_INODE_SIZE) in shmem_parse_one()4819 used_isp = sbinfo->max_inodes * BOGO_INODE_SIZE - sbinfo->free_ispace; in shmem_reconfigure()4837 if (ctx->inodes * BOGO_INODE_SIZE < used_isp) { in shmem_reconfigure()4884 sbinfo->free_ispace = ctx->inodes * BOGO_INODE_SIZE - used_isp; in shmem_reconfigure()[all …]