Searched refs:clean (Results 276 - 288 of 288) sorted by relevance

<<1112

/linux-master/fs/bcachefs/
H A Dinode.c1136 if (c->sb.clean &&
1139 "filesystem marked as clean but have deleted inode %llu:%u",
H A Dfsck.c1100 (!c->sb.clean ||
1102 "filesystem marked clean, but inode %llu unlinked",
1110 (!c->sb.clean ||
1112 "filesystem marked clean, but inode %llu has i_size dirty",
1140 (!c->sb.clean ||
1142 "filesystem marked clean, but inode %llu has i_sectors dirty",
H A Dsuper-io.c14 #include "sb-clean.h"
513 c->sb.clean = BCH_SB_CLEAN(src);
/linux-master/fs/f2fs/
H A Dnode.c1876 bool clean; local
1885 clean = list_empty(&F2FS_I(inode)->gdirty_list);
1888 if (clean)
H A Dsegment.c188 void f2fs_abort_atomic_write(struct inode *inode, bool clean) argument
195 if (clean)
206 if (clean) {
1912 /* clean up pending candidates before going to sleep */
/linux-master/mm/
H A Dvmscan.c570 * folios to clean. If enough folios have been cleaned since throttling
602 /* folio is clean and locked */
634 * folio->mapping == NULL while being dirty with clean buffers.
879 /* Reclaim if clean, defer dirty folios to writeback */
1119 * the way while we continue scanning for clean folios on the
1289 * the rest of the LRU for clean folios and see
1360 * but it is actually clean (all its buffers are clean).
1365 * and mark the folio clean - it can be freed.
1948 * pressure reclaiming all the clean cach
[all...]
/linux-master/drivers/regulator/
H A Dcore.c5625 goto clean;
5638 goto clean;
5796 clean:
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dscheduler.c828 * clean ctx to retire it properly..
1125 * from guest, we should clean them up like HW GPU does.
1130 * the workload clean up here doesn't have any impact.
1248 gvt_dbg_core("clean workload scheduler\n");
1486 s->ops->clean(vgpu, engine_mask);
/linux-master/arch/sparc/kernel/
H A Dentry.S1248 andncc %o0, %o3, %o0 ! clean this bit in umask
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c158 .clean = vmw_surface_clean,
1962 * vmw_surface_clean - The surface's clean callback
/linux-master/drivers/md/
H A Dmd.c2808 /* just a clean<-> dirty transition, possibly leave spares alone,
2829 /* If this is just a dirty<->clean transition, and the array is clean
2830 * and 'events' is odd, we can roll back to the previous clean state */
4111 * clean->dirty
4400 * like readonly, but behaves like 'clean' on a write request.
4402 * clean - no pending writes, but otherwise active.
4413 * clean, but writes are blocked waiting for 'active' to be written.
4423 enum array_state { clear, inactive, suspended, readonly, read_auto, clean, active, enumerator in enum:array_state
4426 "clear", "inactive", "suspended", "readonly", "read-auto", "clean", "activ
[all...]
/linux-master/drivers/scsi/
H A Dhpsa.c2218 goto clean;
2222 clean:
2258 goto clean;
2263 clean:
8854 /* don't goto clean, we already unallocated */
H A Dscsi_debug.c7802 goto clean;
7819 goto clean;
7825 clean:

Completed in 347 milliseconds

<<1112