Home
last modified time | relevance | path

Searched refs:clean (Results 1 – 5 of 5) sorted by relevance

/fs/jffs2/
DTODO25 nodes to a different one, we can separate clean nodes from those which
27 closer to 100% or 0% clean, hence speeding up later GC progress dramatically.
37 case of failure? scan() does not clean everything. Fix.
/fs/xfs/
Dxfs_buf_item.c577 bool clean; in xfs_buf_item_unlock() local
625 clean = (flags & XFS_BLI_DIRTY) ? false : true; in xfs_buf_item_unlock()
626 if (clean) { in xfs_buf_item_unlock()
631 clean = false; in xfs_buf_item_unlock()
646 if (clean) in xfs_buf_item_unlock()
/fs/nilfs2/
Dsufile.c440 int clean, dirty; in nilfs_sufile_do_scrap() local
449 clean = nilfs_segment_usage_clean(su); in nilfs_sufile_do_scrap()
458 nilfs_sufile_mod_counter(header_bh, clean ? (u64)-1 : 0, dirty ? 0 : 1); in nilfs_sufile_do_scrap()
459 NILFS_SUI(sufile)->ncleansegs -= clean; in nilfs_sufile_do_scrap()
/fs/f2fs/
Df2fs.h2254 bool clean = !is_inode_flag_set(inode, FI_DIRTY_INODE); in f2fs_i_blocks_write() local
2268 if (clean || recover) in f2fs_i_blocks_write()
2274 bool clean = !is_inode_flag_set(inode, FI_DIRTY_INODE); in f2fs_i_size_write() local
2282 if (clean || recover) in f2fs_i_size_write()
/fs/affs/
DChanges20 - The feature to automatically make the fs clean