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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dgc.c133 inuma = key_inum(c, &sa->key);
134 inumb = key_inum(c, &sb->key);
182 inuma = key_inum(c, &sa->key);
183 inumb = key_inum(c, &sb->key);
H A Dreplay.c186 ino = key_inum(c, &r->key);
224 ino_t inum = key_inum(c, &r->key);
339 if (key_inum(c, key) >= c->highest_inum)
340 c->highest_inum = key_inum(c, key);
405 if (key_inum(c, key) >= c->highest_inum)
406 c->highest_inum = key_inum(c, key);
H A Dtnc.c1558 if (key_inum(c, key) != key_inum(c, &bu->key) ||
2020 if (key_inum(c, key1) == key_inum(c, key) &&
2031 if (key_inum(c, key1) == key_inum(c, key) &&
2034 if (key_inum(c, key1) != key_inum(c, key) ||
2825 if (key_inum(c, dkey) != key_inum(
[all...]
H A Dkey.h332 * key_inum - fetch inode number from key.
336 static inline ino_t key_inum(const struct ubifs_info *c, const void *k) function
H A Ddebug.c107 sprintf(p, "(%lu, %s)", (unsigned long)key_inum(c, key),
113 (unsigned long)key_inum(c, key),
118 (unsigned long)key_inum(c, key),
123 (unsigned long)key_inum(c, key),
H A Djournal.c696 (unsigned long)key_inum(c, key), key_block(c, key), len,
730 ubifs_wbuf_add_ino_nolock(&c->jheads[DATAHD].wbuf, key_inum(c, key));
H A Dorphan.c843 inum = key_inum(c, &zbr->key);
H A Drecovery.c1328 ino_t inum = key_inum(c, key);

Completed in 128 milliseconds