cregit-Linux how code gets into the kernel

Release 4.7 include/linux/t10-pi.h

Directory: include/linux
#ifndef _LINUX_T10_PI_H

#define _LINUX_T10_PI_H

#include <linux/types.h>
#include <linux/blkdev.h>

/*
 * T10 Protection Information tuple.
 */

struct t10_pi_tuple {
	
__be16 guard_tag;	/* Checksum */
	
__be16 app_tag;		/* Opaque storage */
	
__be32 ref_tag;		/* Target LBA or indirect LBA */
};


extern struct blk_integrity_profile t10_pi_type1_crc;
extern struct blk_integrity_profile t10_pi_type1_ip;
extern struct blk_integrity_profile t10_pi_type3_crc;
extern struct blk_integrity_profile t10_pi_type3_ip;

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
martin k. petersenmartin k. petersen52100.00%2100.00%
Total52100.00%2100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}