Lines Matching defs:length
272 le32_to_cpu(a->value_length) > le32_to_cpu(a->length)) {
402 && na->rl[0].length && na->rl[1].length) {
685 * Note: Normally, the upcase table has a length equal to 65536
703 ntfs_log_error("Failed to read $UpCase, unexpected length "
791 && (le32_to_cpu(a->length) <= (u32)space)
792 && !(le32_to_cpu(a->length) & 7)
794 offset += le32_to_cpu(a->length);
795 space -= le32_to_cpu(a->length);
846 && ((rl[0].length << vol->cluster_size_bits)
848 && (rl[1].vcn == rl[0].length)
881 u32 length;
885 length = 0;
902 length = sle64_to_cpu(a->data_size);
907 length = le32_to_cpu(a->value_length);
909 if (length) {
914 while ((length > 0)
915 && al->length
918 length -= le16_to_cpu(al->length);
920 ((char*)al + le16_to_cpu(al->length));
922 if ((length > 0)
923 && al->length
986 && (rl[0].length == lowest_vcn)
990 && ((u64)((rl[1].lcn + rl[1].length)