quad
quad; /* an 8-byte item */
typedef struct _quad { int val[2]; } quad; /* used by UFS */
typedef quad_t quad; /* used by UFS */