Home
last modified time | relevance | path

Searched refs:drop_writes (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-flakey.c415 unsigned drop_writes, error_writes; in flakey_status() local
427 drop_writes = test_bit(DROP_WRITES, &fc->flags); in flakey_status()
429 DMEMIT("%u ", drop_writes + error_writes + (fc->corrupt_bio_byte > 0) * 5); in flakey_status()
431 if (drop_writes) in flakey_status()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Ddm-flakey.rst42 drop_writes:
59 'w' is incompatible with drop_writes.
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_error.c159 XFS_ERRORTAG_ATTR_RW(drop_writes, XFS_ERRTAG_DROP_WRITES);
197 XFS_ERRORTAG_ATTR_LIST(drop_writes),