Lines Matching refs:le16_to_cpu

465 	nr_links = le16_to_cpu(ctx->mrec->link_count);  in ntfs_is_extended_system_file()
504 le16_to_cpu(attr->data.resident.value_offset)); in ntfs_is_extended_system_file()
603 vi->i_generation = ni->seq_no = le16_to_cpu(m->sequence_number); in ntfs_read_locked_inode()
614 set_nlink(vi, le16_to_cpu(m->link_count)); in ntfs_read_locked_inode()
665 le16_to_cpu(a->data.resident.value_offset)); in ntfs_read_locked_inode()
766 if ((u8*)a + le16_to_cpu(a->data.resident.value_offset) in ntfs_read_locked_inode()
775 memcpy(ni->attr_list, (u8*)a + le16_to_cpu( in ntfs_read_locked_inode()
814 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_inode()
815 le16_to_cpu(a->data.resident.value_offset)))) { in ntfs_read_locked_inode()
839 le16_to_cpu(a->data.resident.value_offset)); in ntfs_read_locked_inode()
943 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_inode()
944 le16_to_cpu( in ntfs_read_locked_inode()
1145 le16_to_cpu( in ntfs_read_locked_inode()
1342 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_attr_inode()
1343 le16_to_cpu(a->data.resident.value_offset)))) { in ntfs_read_locked_attr_inode()
1358 le16_to_cpu(a->data.resident.value_offset); in ntfs_read_locked_attr_inode()
1370 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_attr_inode()
1371 le16_to_cpu( in ntfs_read_locked_attr_inode()
1547 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_index_inode()
1548 le16_to_cpu(a->data.resident.value_offset)))) { in ntfs_read_locked_index_inode()
1563 ir = (INDEX_ROOT*)((u8*)a + le16_to_cpu(a->data.resident.value_offset)); in ntfs_read_locked_index_inode()
1646 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_index_inode()
1647 le16_to_cpu( in ntfs_read_locked_index_inode()
1855 vi->i_generation = ni->seq_no = le16_to_cpu(m->sequence_number); in ntfs_read_inode_mount()
1942 if ((u8*)a + le16_to_cpu( in ntfs_read_inode_mount()
1952 memcpy(ni->attr_list, (u8*)a + le16_to_cpu( in ntfs_read_inode_mount()
1982 le16_to_cpu(al_entry->length) > al_end) in ntfs_read_inode_mount()
1985 le16_to_cpu(al_entry->length)); in ntfs_read_inode_mount()
2511 le16_to_cpu(a->data.resident.value_offset); in ntfs_truncate()
2751 le16_to_cpu(a->data.non_resident.mapping_pairs_offset)); in ntfs_truncate()
2757 le16_to_cpu(a->data.non_resident.mapping_pairs_offset), in ntfs_truncate()
3007 le16_to_cpu(ctx->attr->data.resident.value_offset)); in __ntfs_write_inode()