Lines Matching full:clean
12 * This file implements UBIFS shrinker which evicts clean znodes from the TNC
19 * If the root of a TNC sub-tree is clean and old enough, then the children are
20 * also clean and old enough. So the shrinker walks the TNC in level order and
45 /* Global clean znode counter (for all mounted UBIFS instances) */
55 * This function traverses TNC tree and frees clean znodes. It does not free
56 * clean znodes which younger then @age. Returns number of freed znodes.
86 * If the znode is clean, but it is in the 'c->cnext' list, this in shrink_tnc()
88 * part of commit and was marked clean. They will be removed in shrink_tnc()
140 * This function walks the list of mounted UBIFS file-systems and frees clean
273 * Due to the way UBIFS updates the clean znode counter it may in ubifs_shrink_count()
289 * No clean znodes, nothing to reap. All we can do in this case in ubifs_shrink_scan()
291 * probably make clean znodes which, in turn, will be freeable. in ubifs_shrink_scan()
295 dbg_tnc("no clean znodes, kick a thread"); in ubifs_shrink_scan()