Lines Matching refs:start
237 block_t sit_base_addr; /* start block address of SIT area */
270 unsigned int start_segno; /* start segment number logically */
320 unsigned int start_segno; /* start segno of sits in set */
402 struct page *page, unsigned int start)
407 unsigned int end = min(start + SIT_ENTRY_PER_BLOCK,
413 for (i = 0; i < end - start; i++) {
415 se = get_seg_entry(sbi, start + i);
813 unsigned int start)
816 unsigned int offset = SIT_BLOCK_OFFSET(start);
819 f2fs_bug_on(sbi, !valid_main_segno(sbi, start));
847 static inline void set_to_next_sit(struct sit_info *sit_i, unsigned int start)
849 unsigned int block_off = SIT_BLOCK_OFFSET(start);