Lines Matching refs:ir
81 struct index_root *ir; in ntfs_lookup_inode_by_name() local
119 ir = (struct index_root *)((u8 *)ctx->attr + in ntfs_lookup_inode_by_name()
121 index_end = (u8 *)&ir->index + le32_to_cpu(ir->index.index_length); in ntfs_lookup_inode_by_name()
123 ie = (struct index_entry *)((u8 *)&ir->index + in ntfs_lookup_inode_by_name()
124 le32_to_cpu(ir->index.entries_offset)); in ntfs_lookup_inode_by_name()
727 struct index_root *ir; in ntfs_readdir() local
841 ir = (struct index_root *)((u8 *)ctx->attr + in ntfs_readdir()
844 ictx->ir = ir; in ntfs_readdir()
850 ictx->block_size = le32_to_cpu(ir->index_block_size); in ntfs_readdir()
862 ictx->cr = ir->collation_rule; in ntfs_readdir()
865 next = (struct index_entry *)((u8 *)&ir->index + in ntfs_readdir()
866 le32_to_cpu(ir->index.entries_offset)); in ntfs_readdir()