Searched refs:UBIFS_CH_SZ (Results 1 - 14 of 14) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ubifs/
H A Dmaster.c72 if (memcmp((void *)c->mst_node + UBIFS_CH_SZ,
73 (void *)snod->node + UBIFS_CH_SZ,
74 UBIFS_MST_NODE_SZ - UBIFS_CH_SZ))
H A Dio.c245 ubifs_assert(len >= UBIFS_CH_SZ);
278 ubifs_assert(len >= UBIFS_CH_SZ);
786 ubifs_assert(len >= UBIFS_CH_SZ && offs + len <= c->leb_size);
840 size = (c->min_io_size / UBIFS_CH_SZ + 1) * sizeof(ino_t);
H A Drecovery.c250 if (memcmp((void *)mst1 + UBIFS_CH_SZ,
251 (void *)mst2 + UBIFS_CH_SZ,
252 UBIFS_MST_NODE_SZ - UBIFS_CH_SZ))
432 skip = ALIGN(offs + UBIFS_CH_SZ, c->min_io_size) - offs;
H A Dscan.c85 if (len < UBIFS_CH_SZ)
H A Dubifs-media.h277 #define UBIFS_CH_SZ sizeof(struct ubifs_ch) macro
H A Ddebug.c290 printk(KERN_DEBUG "Not a node, first %zu bytes:", UBIFS_CH_SZ);
292 (void *)node, UBIFS_CH_SZ, 1);
1911 if (zbr->len < UBIFS_CH_SZ) {
H A Dsuper.c2123 BUILD_BUG_ON(UBIFS_CH_SZ & 7);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ubifs/
H A Dmaster.c72 if (memcmp((void *)c->mst_node + UBIFS_CH_SZ,
73 (void *)snod->node + UBIFS_CH_SZ,
74 UBIFS_MST_NODE_SZ - UBIFS_CH_SZ))
H A Dio.c245 ubifs_assert(len >= UBIFS_CH_SZ);
278 ubifs_assert(len >= UBIFS_CH_SZ);
786 ubifs_assert(len >= UBIFS_CH_SZ && offs + len <= c->leb_size);
840 size = (c->min_io_size / UBIFS_CH_SZ + 1) * sizeof(ino_t);
H A Drecovery.c250 if (memcmp((void *)mst1 + UBIFS_CH_SZ,
251 (void *)mst2 + UBIFS_CH_SZ,
252 UBIFS_MST_NODE_SZ - UBIFS_CH_SZ))
432 skip = ALIGN(offs + UBIFS_CH_SZ, c->min_io_size) - offs;
H A Dscan.c85 if (len < UBIFS_CH_SZ)
H A Dubifs-media.h277 #define UBIFS_CH_SZ sizeof(struct ubifs_ch) macro
H A Ddebug.c290 printk(KERN_DEBUG "Not a node, first %zu bytes:", UBIFS_CH_SZ);
292 (void *)node, UBIFS_CH_SZ, 1);
1911 if (zbr->len < UBIFS_CH_SZ) {
H A Dsuper.c2123 BUILD_BUG_ON(UBIFS_CH_SZ & 7);

Completed in 148 milliseconds