Lines Matching refs:BOGO_INODE_SIZE
94 #define BOGO_INODE_SIZE 1024
144 ULONG_MAX / BOGO_INODE_SIZE);
338 if (sbinfo->free_ispace < BOGO_INODE_SIZE) {
342 sbinfo->free_ispace -= BOGO_INODE_SIZE;
401 sbinfo->free_ispace += BOGO_INODE_SIZE + freed_ispace;
3212 buf->f_ffree = sbinfo->free_ispace / BOGO_INODE_SIZE;
3936 if (*rest || ctx->inodes > ULONG_MAX / BOGO_INODE_SIZE)
4127 used_isp = sbinfo->max_inodes * BOGO_INODE_SIZE - sbinfo->free_ispace;
4145 if (ctx->inodes * BOGO_INODE_SIZE < used_isp) {
4191 sbinfo->free_ispace = ctx->inodes * BOGO_INODE_SIZE - used_isp;
4322 sbinfo->free_ispace = sbinfo->max_inodes * BOGO_INODE_SIZE;