Lines Matching refs:t
1161 struct ATTR_DEF_ENTRY *t; in ntfs_fill_super() local
1426 sbi->def_table = t = kvmalloc(bytes, GFP_KERNEL); in ntfs_fill_super()
1427 if (!t) { in ntfs_fill_super()
1441 memcpy(Add2Ptr(t, done), page_address(page), in ntfs_fill_super()
1445 if (!idx && ATTR_STD != t->type) { in ntfs_fill_super()
1452 t += 1; in ntfs_fill_super()
1459 u32 t32 = le32_to_cpu(t->type); in ntfs_fill_super()
1460 u64 sz = le64_to_cpu(t->max_sz); in ntfs_fill_super()
1462 if ((t32 & 0xF) || le32_to_cpu(t[-1].type) >= t32) in ntfs_fill_super()
1465 if (t->type == ATTR_REPARSE) in ntfs_fill_super()
1467 else if (t->type == ATTR_EA) in ntfs_fill_super()
1471 t += 1; in ntfs_fill_super()