Home | History | Annotate | Download | only in ext2fs

Lines Matching full:inode

33 	 * Add an inode relocation entry.
38 * Get an inode relocation entry.
44 * Get an inode relocation entry by its original inode number
50 * Initialize for iterating over the inode relocation entries.
55 * The iterator function for the inode relocation entries.
56 * Returns an inode number of 0 when out of entries.
62 * Add an inode reference (i.e., note the fact that a
63 * particular block/offset contains a reference to an inode)
69 * Initialize for iterating over the inode references for a
70 * particular inode.
75 * The iterator function for the inode references for an
76 * inode. The references for only one inode can be interator
83 * Move the inode relocation table from one inode number to
84 * another. Note that the inode references also must move.
89 * Remove an inode relocation entry, along with all of the
90 * inode references.
95 * Free the inode relocation table.