Searched refs:START_BLOCK (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/f2fs/
H A Dsegment.c1150 if (end < START_BLOCK(sbi, segno + 1))
1157 blk = START_BLOCK(sbi, segno + 1);
2104 de->start_blkaddr = START_BLOCK(sbi, cpc->trim_start);
2196 f2fs_issue_discard(sbi, START_BLOCK(sbi, start),
2205 f2fs_issue_discard(sbi, START_BLOCK(sbi, start_segno),
2736 !f2fs_valid_pinned_area(sbi, START_BLOCK(sbi, segno))) {
3340 start_block = START_BLOCK(sbi, start_segno);
3341 end_block = START_BLOCK(sbi, end_segno + 1);
5088 cs_zone_block = START_BLOCK(sbi, GET_SEG_FROM_SEC(sbi, cs_section));
5115 wp_blkoff = wp_block - START_BLOCK(sb
[all...]
H A Dsegment.h86 #define START_BLOCK(sbi, segno) (SEG0_BLKADDR(sbi) + \ macro
90 (START_BLOCK(sbi, (curseg)->segno) + (curseg)->next_blkoff)
H A Dgc.c1007 start_addr = START_BLOCK(sbi, segno);
1505 start_addr = START_BLOCK(sbi, segno);
H A Dnode.c2853 addr = START_BLOCK(sbi, segno);

Completed in 779 milliseconds