Lines Matching defs:out
121 // Fill out index blocks in inode.
233 // Fill out superblock and TT structures.
245 // Fill out blocks_count, r_blocks_count, first_data_block
268 // Fill out the rest of the superblock.
355 int out = len > sizeof(toybuf) ? sizeof(toybuf) : len;
356 xwrite(TT.fsfd, toybuf, out);
357 len -= out;
362 // Fill out an inode structure from struct stat info in dirtree.
458 // Figure out how much space is used by preset files
462 // Figure out how many total inodes we need.
499 // Loop through block groups, write out each one.
513 // If a superblock goes here, write it out.
531 // Figure out what sector this group starts in.
565 // Fill out rest of group structure
575 // Now write out stuff that every block group has.