Lines Matching defs:start
684 unsigned int start);
689 int f2fs_ra_meta_pages(struct f2fs_sb_info *sbi, block_t start, int nrpages,
692 block_t blkno = start;
736 return blkno - start;
798 MSG(0, "\tWrong CP boundary, start(%u) end(%u) blocks(%u)\n",
806 MSG(0, "\tWrong SIT boundary, start(%u) end(%u) blocks(%u)\n",
814 MSG(0, "\tWrong NAT boundary, start(%u) end(%u) blocks(%u)\n",
822 MSG(0, "\tWrong SSA boundary, start(%u) end(%u) blocks(%u)\n",
829 MSG(0, "\tWrong MAIN_AREA, start(%u) end(%u) block(%u)\n",
840 MSG(0, "Info: Fix alignment: start(%u) end(%u) block(%u)\n",
1265 /* The second checkpoint pack should start at the next segment */
1482 pgoff_t current_nat_addr(struct f2fs_sb_info *sbi, nid_t start, int *pack)
1489 block_off = NAT_BLOCK_OFFSET(start);
1819 int start;
1851 for (start = 0; start < MAIN_SEGS(sbi); start++) {
1852 sit_i->sentries[start].cur_valid_map = bitmap;
1856 sit_i->sentries[start].ckpt_valid_map = bitmap;
1914 block_t start;
1918 start = start_sum_block(sbi);
1923 ret = dev_read_block(kaddr, start++);
1956 ret = dev_read_block(kaddr, start++);
3507 unsigned int start, end;
3540 start = start_bidx_of_node(ofs_of_node(node_blk), node_blk);
3541 end = start + ADDRS_PER_PAGE(sbi, node_blk, NULL);
3543 for (; start < end; start++, ofs_in_node++) {