Searched refs:vrprotect (Results 1 – 2 of 2) sorted by relevance
/external/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_cmds_extra.h | 258 int sg_ll_verify10(int sg_fd, int vrprotect, bool dpo, int bytechk, 272 int sg_ll_verify16(int sg_fd, int vrprotect, bool dpo, int bytechk,
|
/external/f2fs-tools/tools/sg_write_buffer/ |
D | sg_cmds_extra.c | 1547 sg_ll_verify10(int sg_fd, int vrprotect, bool dpo, int bytchk, in sg_ll_verify10() argument 1560 v_cdb[1] = (((vrprotect & 0x7) << 5) | ((bytchk & 0x3) << 1)) ; in sg_ll_verify10() 1628 sg_ll_verify16(int sg_fd, int vrprotect, bool dpo, int bytchk, uint64_t llba, in sg_ll_verify16() argument 1640 v_cdb[1] = (((vrprotect & 0x7) << 5) | ((bytchk & 0x3) << 1)) ; in sg_ll_verify16()
|