Home
last modified time | relevance | path

Searched refs:unpinned_fscache_wb (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/include/linux/
Dwriteback.h71 unsigned unpinned_fscache_wb:1; /* Cleared I_PINNING_FSCACHE_WB */ member
Dfscache.h651 if (wbc->unpinned_fscache_wb) in fscache_unpin_writeback()
/linux-5.19.10/Documentation/filesystems/caching/
Dnetfs-api.rst342 * A flag, ``unpinned_fscache_wb`` is placed in the ``writeback_control``
364 the cookie if unpinned_fscache_wb is set in the writeback_control struct.
/linux-5.19.10/fs/
Dfs-writeback.c1643 wbc->unpinned_fscache_wb = true; in __writeback_single_inode()
1656 wbc->unpinned_fscache_wb = false; in __writeback_single_inode()