Lines Matching refs:data
31 static int gc_thread_func(void *data)
33 struct f2fs_sb_info *sbi = data;
854 /* Don't touch checkpointed data */
859 * The victim should have no checkpointed data.
1125 f2fs_warn(sbi, "%s: valid data with mismatched node version.",
1228 * don't cache encrypted data into meta inode until previous dirty
1229 * data were writebacked to avoid racing between GC and flush.
1261 * Move data block via META_MAPPING while keeping locked data page.
1315 * don't cache encrypted data into meta inode until previous dirty
1316 * data were writebacked to avoid racing between GC and flush.
1493 * This function tries to get parent node of victim data block, and identifies
1494 * data block validity. If the block is valid, copy that with cold status and
1496 * If the parent node is not valid or the data block address is different,
1497 * the victim data block is ignored.
1519 struct node_info dni; /* dnode info for the data */
1628 /* wait for all inflight aio data */
1857 /* allow to search victim from sections has pinned data */
1901 * We need more three extra sections for writer's data/node/dentry.
1975 /* give warm/cold data area from slower device */