Searched refs:lpt_offs (Results 1 - 16 of 16) 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.c157 c->lpt_offs < 0 || c->lpt_offs + c->nnode_sz > c->leb_size) {
291 c->lpt_offs = le32_to_cpu(c->mst_node->lpt_offs);
H A Dubifs-media.h670 * @lpt_offs: offset of LPT root nnode
702 __le32 lpt_offs; member in struct:ubifs_mst_node
H A Dcommit.c129 c->mst_node->lpt_offs = cpu_to_le32(c->lpt_offs);
H A Dsb.c224 mst->lpt_offs = cpu_to_le32(c->lpt_offs);
H A Dlpt_commit.c264 c->lpt_offs = offs;
539 dbg_lp("LPT root is at %d:%d", c->lpt_lnum, c->lpt_offs);
913 } else if (c->lpt_lnum != lnum || c->lpt_offs != offs)
1528 if (c->lpt_lnum != lnum || c->lpt_offs != offs)
H A Dlpt.c745 c->lpt_offs = len;
849 dbg_lp("LPT root is at %d:%d", c->lpt_lnum, c->lpt_offs);
1208 offs = c->lpt_offs;
1669 dbg_lp("LPT root is at %d:%d", c->lpt_lnum, c->lpt_offs);
H A Dubifs.h1127 * @lpt_offs: offset of the root nnode of the LPT
1358 int lpt_offs; member in struct:ubifs_info
H A Ddebug.c387 le32_to_cpu(mst->lpt_offs));
794 printk(KERN_DEBUG "\tLPT root is at %d:%d\n", c->lpt_lnum, c->lpt_offs);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ubifs/
H A Dmaster.c157 c->lpt_offs < 0 || c->lpt_offs + c->nnode_sz > c->leb_size) {
291 c->lpt_offs = le32_to_cpu(c->mst_node->lpt_offs);
H A Dubifs-media.h670 * @lpt_offs: offset of LPT root nnode
702 __le32 lpt_offs; member in struct:ubifs_mst_node
H A Dcommit.c129 c->mst_node->lpt_offs = cpu_to_le32(c->lpt_offs);
H A Dsb.c224 mst->lpt_offs = cpu_to_le32(c->lpt_offs);
H A Dlpt_commit.c264 c->lpt_offs = offs;
539 dbg_lp("LPT root is at %d:%d", c->lpt_lnum, c->lpt_offs);
913 } else if (c->lpt_lnum != lnum || c->lpt_offs != offs)
1528 if (c->lpt_lnum != lnum || c->lpt_offs != offs)
H A Dlpt.c745 c->lpt_offs = len;
849 dbg_lp("LPT root is at %d:%d", c->lpt_lnum, c->lpt_offs);
1208 offs = c->lpt_offs;
1669 dbg_lp("LPT root is at %d:%d", c->lpt_lnum, c->lpt_offs);
H A Dubifs.h1127 * @lpt_offs: offset of the root nnode of the LPT
1358 int lpt_offs; member in struct:ubifs_info
H A Ddebug.c387 le32_to_cpu(mst->lpt_offs));
794 printk(KERN_DEBUG "\tLPT root is at %d:%d\n", c->lpt_lnum, c->lpt_offs);

Completed in 130 milliseconds