Searched refs:BLK_INTEGRITY_VERIFY (Results 1 - 3 of 3) sorted by relevance

/linux-master/block/
H A Dblk-integrity.c257 bi->flags |= BLK_INTEGRITY_VERIFY;
259 bi->flags &= ~BLK_INTEGRITY_VERIFY;
269 return sysfs_emit(page, "%d\n", !!(bi->flags & BLK_INTEGRITY_VERIFY));
366 bi->flags = BLK_INTEGRITY_VERIFY | BLK_INTEGRITY_GENERATE |
H A Dbio-integrity.c451 !(bi->flags & BLK_INTEGRITY_VERIFY))
/linux-master/include/linux/
H A Dblk-integrity.h10 BLK_INTEGRITY_VERIFY = 1 << 0, enumerator in enum:blk_integrity_flags

Completed in 133 milliseconds