Lines Matching defs:byte
731 int byte, bit;
765 byte = (lcn >> 3) & (sizeof(buffer) - 1);
766 ntfs_log_debug("cluster = %lld, bmplcn = %lld, byte = %d, bit = %d, "
767 "in use %d\n", lcn, bmplcn, byte, bit, buffer[byte] &
770 return (buffer[byte] & bit);
794 int byte, bit;
821 byte = (mref >> 3) & (sizeof(buffer) - 1);
822 ntfs_log_debug("cluster = %lld, bmpmref = %lld, byte = %d, bit = %d, "
824 byte, bit, buffer[byte] & bit);
826 return (buffer[byte] & bit);