Searched refs:key_inum (Results 1 - 7 of 7) sorted by relevance

/u-boot/fs/ubifs/
H A Dgc.c135 inuma = key_inum(c, &sa->key);
136 inumb = key_inum(c, &sb->key);
197 inuma = key_inum(c, &sa->key);
198 inumb = key_inum(c, &sb->key);
H A Dreplay.c199 ino = key_inum(c, &r->key);
235 ino_t inum = key_inum(c, &r->key);
360 if (key_inum(c, key) >= c->highest_inum)
361 c->highest_inum = key_inum(c, key);
407 if (key_inum(c, key) >= c->highest_inum)
408 c->highest_inum = key_inum(c, key);
H A Dtnc.c1566 if (key_inum(c, key) != key_inum(c, &bu->key) ||
2027 if (key_inum(c, key1) == key_inum(c, key) &&
2038 if (key_inum(c, key1) == key_inum(c, key) &&
2041 if (key_inum(c, key1) != key_inum(c, key) ||
2835 if (key_inum(c, dkey) != key_inum(
[all...]
H A Ddebug.c114 (unsigned long)key_inum(c, key),
120 (unsigned long)key_inum(c, key),
125 (unsigned long)key_inum(c, key),
130 (unsigned long)key_inum(c, key),
2403 inuma = key_inum(c, &sa->key);
2404 inumb = key_inum(c, &sb->key);
2493 inuma = key_inum(c, &sa->key);
2494 inumb = key_inum(c, &sb->key);
H A Dkey.h334 * key_inum - fetch inode number from key.
338 static inline ino_t key_inum(const struct ubifs_info *c, const void *k) function
H A Drecovery.c1376 ino_t inum = key_inum(c, key);
H A Dorphan.c821 inum = key_inum(c, &zbr->key);

Completed in 133 milliseconds