Home
last modified time | relevance | path

Searched refs:old_inum (Results 1 – 1 of 1) sorted by relevance

/system/extras/ext4_utils/
Dext4fixup.c76 static int compute_new_inum(unsigned int old_inum) in compute_new_inum() argument
80 group = (old_inum - 1) / info.inodes_per_group; in compute_new_inum()
81 offset = (old_inum -1) % info.inodes_per_group; in compute_new_inum()