Searched refs:nobarrier (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/arch/arm/mm/ |
D | cache-b15-rac.c | 128 #define nobarrier macro 146 BUILD_RAC_CACHE_OP(kern_cache_all, nobarrier);
|
/Linux-v4.19/include/trace/events/ |
D | f2fs.h | 1418 TP_PROTO(struct block_device *dev, unsigned int nobarrier, 1421 TP_ARGS(dev, nobarrier, flush_merge, ret), 1425 __field(unsigned int, nobarrier) 1432 __entry->nobarrier = nobarrier; 1439 __entry->nobarrier ? "skip (nobarrier)" : "issue",
|
/Linux-v4.19/Documentation/filesystems/ |
D | f2fs.txt | 140 nobarrier This option can be used if underlying storage guarantees 204 "strict", and "nobarrier". In "posix" mode, which is 209 pass, but the performance will regress. "nobarrier" is 211 non-atomic files likewise "nobarrier" mount option.
|
D | nilfs2.txt | 51 nobarrier requires an IO stack which can support barriers, and
|
D | xfs.txt | 238 nobarrier v4.19
|
/Linux-v4.19/Documentation/filesystems/ext4/ |
D | ext4.rst | 163 nobarrier This also requires an IO stack which can support 171 The mount options "barrier" and "nobarrier" can
|