Searched refs:NTFS_GETU8 (Results 1 – 6 of 6) sorted by relevance
19 #define NTFS_GETU8(p) (*(ntfs_u8*)(p)) macro22 ((ntfs_u32)NTFS_GETU8(((char*)(p)) + 2) << 16))25 (((ntfs_u64)NTFS_GETU8(((char*)(p)) + 4)) << 32))
636 namelen = NTFS_GETU8(attrdata + 9); in ntfs_insert_attribute()651 if (NTFS_GETU8(attrdata + 8) == 0) in ntfs_insert_attribute()676 attr->resident = NTFS_GETU8(attrdata + 8) == 0; in ntfs_insert_attribute()687 attr->indexed = NTFS_GETU8(attrdata + 0x16); in ntfs_insert_attribute()
98 "0x%x\n", NTFS_GETU8(boot + 0xD)); in ntfs_init_volume()99 sectors_per_cluster_bits = ffs(NTFS_GETU8(boot + 0xD)) - 1; in ntfs_init_volume()477 (ffs(NTFS_GETU8(cluster0 + 0xD)) - 1); in ntfs_get_volumesize()
355 NTFS_PUTU8(middle + 0xC, NTFS_GETU8(middle + 0xC) | 1); in ntfs_split_record()990 walk.namelen = NTFS_GETU8(ndata + 0x40); in ntfs_dir_add()
172 u8 name_len = NTFS_GETU8(entry + 0x50); in ntfs_printcb()173 u8 name_type = NTFS_GETU8(entry + 0x51); in ntfs_printcb()
527 int namelen = NTFS_GETU8(it + 9); in ntfs_get_attr()1257 tag = NTFS_GETU8(src); in ntfs_decompress()1287 dest[clear_pos++] = NTFS_GETU8(src); in ntfs_decompress()