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

/linux-master/fs/f2fs/
H A Ddata.c3829 unsigned int secidx = start_blk / blk_per_sec; local
3843 for (; secidx <= end_sec; secidx++) {
3844 unsigned int blkofs_end = secidx == end_sec ?
3859 unsigned int blkidx = secidx * blk_per_sec + blkofs;

Completed in 84 milliseconds