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

/linux-master/fs/ubifs/
H A Dgc.c169 if (sa->type == UBIFS_INO_NODE) {
170 if (sb->type == UBIFS_INO_NODE)
174 if (sb->type == UBIFS_INO_NODE)
238 ubifs_assert(c, snod->type == UBIFS_INO_NODE ||
245 if (snod->type != UBIFS_INO_NODE &&
H A Dscan.c199 case UBIFS_INO_NODE:
H A Ddebug.c140 case UBIFS_INO_NODE:
438 case UBIFS_INO_NODE:
2408 if (sa->type != UBIFS_INO_NODE && sa->type != UBIFS_DENT_NODE &&
2414 if (sb->type != UBIFS_INO_NODE && sb->type != UBIFS_DENT_NODE &&
2421 if (sa->type != UBIFS_INO_NODE && sb->type == UBIFS_INO_NODE) {
2426 if (sa->type == UBIFS_INO_NODE && sb->type != UBIFS_INO_NODE)
2429 if (sa->type == UBIFS_INO_NODE && sb->type == UBIFS_INO_NODE) {
[all...]
H A Dubifs-media.h357 * UBIFS_INO_NODE: inode node
378 UBIFS_INO_NODE, enumerator in enum:__anon31
H A Dsb.c293 ino->ch.node_type = UBIFS_INO_NODE;
H A Dreplay.c739 case UBIFS_INO_NODE:
H A Dsuper.c597 c->ranges[UBIFS_INO_NODE].min_len = UBIFS_INO_NODE_SZ;
598 c->ranges[UBIFS_INO_NODE].max_len = UBIFS_MAX_INO_NODE_SZ;
H A Djournal.c579 ino->ch.node_type = UBIFS_INO_NODE;

Completed in 151 milliseconds