• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/

Lines Matching refs:cpu_to_le32

171 	sup->flags         = cpu_to_le32(sup_flags);
172 sup->min_io_size = cpu_to_le32(c->min_io_size);
173 sup->leb_size = cpu_to_le32(c->leb_size);
174 sup->leb_cnt = cpu_to_le32(c->leb_cnt);
175 sup->max_leb_cnt = cpu_to_le32(c->max_leb_cnt);
177 sup->log_lebs = cpu_to_le32(log_lebs);
178 sup->lpt_lebs = cpu_to_le32(lpt_lebs);
179 sup->orph_lebs = cpu_to_le32(orph_lebs);
180 sup->jhead_cnt = cpu_to_le32(DEFAULT_JHEADS_CNT);
181 sup->fanout = cpu_to_le32(DEFAULT_FANOUT);
182 sup->lsave_cnt = cpu_to_le32(c->lsave_cnt);
183 sup->fmt_version = cpu_to_le32(UBIFS_FORMAT_VERSION);
184 sup->time_gran = cpu_to_le32(DEFAULT_TIME_GRAN);
197 sup->ro_compat_version = cpu_to_le32(UBIFS_RO_COMPAT_VERSION);
212 mst->log_lnum = cpu_to_le32(UBIFS_LOG_LNUM);
215 mst->root_lnum = cpu_to_le32(main_first + DEFAULT_IDX_LEB);
218 mst->root_len = cpu_to_le32(tmp);
219 mst->gc_lnum = cpu_to_le32(main_first + DEFAULT_GC_LEB);
220 mst->ihead_lnum = cpu_to_le32(main_first + DEFAULT_IDX_LEB);
221 mst->ihead_offs = cpu_to_le32(ALIGN(tmp, c->min_io_size));
223 mst->lpt_lnum = cpu_to_le32(c->lpt_lnum);
224 mst->lpt_offs = cpu_to_le32(c->lpt_offs);
225 mst->nhead_lnum = cpu_to_le32(c->nhead_lnum);
226 mst->nhead_offs = cpu_to_le32(c->nhead_offs);
227 mst->ltab_lnum = cpu_to_le32(c->ltab_lnum);
228 mst->ltab_offs = cpu_to_le32(c->ltab_offs);
229 mst->lsave_lnum = cpu_to_le32(c->lsave_lnum);
230 mst->lsave_offs = cpu_to_le32(c->lsave_offs);
231 mst->lscan_lnum = cpu_to_le32(main_first);
232 mst->empty_lebs = cpu_to_le32(main_lebs - 2);
233 mst->idx_lebs = cpu_to_le32(1);
234 mst->leb_cnt = cpu_to_le32(c->leb_cnt);
283 br->lnum = cpu_to_le32(main_first + DEFAULT_DATA_LEB);
284 br->len = cpu_to_le32(UBIFS_INO_NODE_SZ);
303 ino->nlink = cpu_to_le32(2);
311 ino->mode = cpu_to_le32(S_IFDIR | S_IRUGO | S_IWUSR | S_IXUGO);
315 ino->flags = cpu_to_le32(UBIFS_COMPR_FL);
633 sup->leb_cnt = cpu_to_le32(c->leb_cnt);