Searched refs:ce_bytes (Results 1 – 4 of 4) sorted by relevance
542 this_dir->ce_bytes = 0; in FDECL1()579 if((this_dir->ce_bytes & (SECTOR_SIZE - 1)) + nbytes >= in FDECL1()580 SECTOR_SIZE) this_dir->ce_bytes = in FDECL1()581 ROUND_UP(this_dir->ce_bytes); in FDECL1()583 this_dir->ce_bytes += nbytes; in FDECL1()584 if(this_dir->ce_bytes & 1) this_dir->ce_bytes++; in FDECL1()
221 if(dpnt->ce_bytes) in FDECL1()223 last_extent += ROUND_UP(dpnt->ce_bytes) >> 11; in FDECL1()829 ce_size = (dpnt->ce_bytes + (SECTOR_SIZE - 1)) & ~(SECTOR_SIZE - 1); in FDECL2()976 if(ce_index != dpnt->ce_bytes) in FDECL2()979 ce_index, dpnt->ce_bytes); in FDECL2()
239 unsigned int ce_bytes; /* Number of bytes of CE entries reqd for this dir */ member
370 (struct file_hash): Add element ce_bytes.374 (generate_one_directory): If ce_bytes is non-zero, allocate381 * tree.c (sort_n_finish): Set field ce_bytes by summing