Lines Matching defs:byte
999 u8 byte;
1023 if (ntfs_attr_pread(na, bpos, 1, &byte) != 1) {
1029 byte |= bit;
1031 byte &= ~bit;
1033 if (ntfs_attr_pwrite(na, bpos, 1, &byte) != 1) {
1059 s64 vcn, byte, size;
1068 for (byte = 0; byte < size; byte++) {
1070 if (bm[byte] == 255)
1074 if (!(bm[byte] & (1 << bit))) {
1075 vcn = ntfs_ibm_pos_to_vcn(icx, byte * 8 + bit);