Searched refs:source_blkaddr (Results 1 - 1 of 1) sorted by last modified time

/linux-master/fs/f2fs/
H A Dgc.c1109 block_t source_blkaddr; local
1150 source_blkaddr = data_blkaddr(NULL, node_page, ofs_in_node);
1153 if (source_blkaddr != blkaddr) {
1160 f2fs_err(sbi, "mismatched blkaddr %u (source_blkaddr %u) in seg %u",
1161 blkaddr, source_blkaddr, segno);

Completed in 179 milliseconds