Searched refs:tmp64 (Results 1 – 5 of 5) sorted by relevance
88 long long tmp64, main_bytes; in create_default_filesystem() local177 tmp64 = (long long)max_buds * c->leb_size; in create_default_filesystem()200 sup->max_bud_bytes = cpu_to_le64(tmp64); in create_default_filesystem()218 if (tmp64 > DEFAULT_MAX_RP_SIZE) in create_default_filesystem()219 tmp64 = DEFAULT_MAX_RP_SIZE; in create_default_filesystem()220 sup->rp_size = cpu_to_le64(tmp64); in create_default_filesystem()254 tmp64 = main_bytes; in create_default_filesystem()257 mst->total_free = cpu_to_le64(tmp64); in create_default_filesystem()262 tmp64 += ino_waste; in create_default_filesystem()264 mst->total_dirty = cpu_to_le64(tmp64); in create_default_filesystem()[all …]
676 long long tmp64; in init_constants_sb() local703 tmp64 = c->max_bud_bytes + c->leb_size - 1; in init_constants_sb()704 c->max_bud_cnt = div_u64(tmp64, c->leb_size); in init_constants_sb()741 if (c->bg_bud_bytes < tmp64) in init_constants_sb()742 c->bg_bud_bytes = tmp64; in init_constants_sb()743 if (c->max_bud_bytes < tmp64 + c->leb_size) in init_constants_sb()744 c->max_bud_bytes = tmp64 + c->leb_size; in init_constants_sb()765 long long tmp64; in init_constants_master() local780 tmp64 *= (long long)c->leb_size - c->leb_overhead; in init_constants_master()781 tmp64 = ubifs_reported_space(c, tmp64); in init_constants_master()[all …]
191 __be64 tmp64; member1435 call->iov_len = sizeof(call->tmp64); in afs_extract_to_tmp64()1436 afs_extract_begin(call, &call->tmp64, sizeof(call->tmp64)); in afs_extract_to_tmp64()
382 call->remaining = be64_to_cpu(call->tmp64); in yfs_deliver_fs_fetch_data64()
336 call->remaining = be64_to_cpu(call->tmp64); in afs_deliver_fs_fetch_data()
Completed in 39 milliseconds