Searched refs:SHORT_ATOM_LEN_MASK (Results 1 - 2 of 2) sorted by last modified time

/linux-master/block/
H A Dsed-opal.c729 atom |= len & SHORT_ATOM_LEN_MASK;
775 if (len & ~SHORT_ATOM_LEN_MASK) {
938 tok->len = (pos[0] & SHORT_ATOM_LEN_MASK) + 1;
H A Dopal_proto.h55 #define SHORT_ATOM_LEN_MASK 0xF macro

Completed in 158 milliseconds