Lines Matching defs:inode
21 -i bytes Allocate one inode for every XXX bytes of device
132 uint32_t first_ino; // First non-reserved inode
133 uint16_t inode_size; // size of inode structure
148 uint32_t journal_inum; // inode number of journal file
157 uint32_t jnl_blocks[17]; // Backup of journal inode
164 uint32_t inode_bitmap; // Block number of inode bitmap
165 uint32_t inode_table; // Block number of inode table
173 uint32_t inode; // Inode number
257 // Fill out index blocks in inode.
296 // Recursively calculate the number of blocks used by each inode in the tree.
298 // Writes total block count to TT.treeblocks and inode count to TT.treeinodes.
321 // Calculate inode numbers and link counts.
326 // This rewrites inode numbers to their final values, allocating depth first.
331 long inode = INODES_RESERVED;
334 ++inode;
349 current->st.st_ino = inode;
353 current->st.st_ino = inode;
363 // Round up to fill complete inode blocks.
459 // Number of blocks used in group to store superblock/group/inode list
462 // Return superblock backup overhead (if any), plus block/inode
463 // allocation bitmaps, plus inode tables.
498 // Fill out an inode structure from struct stat info in dirtree.
506 // If that inode needs data blocks allocated to it.
586 // Add root directory inode. This is iterated through for when finding
647 // Blocks used by inode table
727 // Write inode bitmap
739 // Write inode table for this group (TODO)
747 // Write root inode