Searched refs:to_header (Results 1 – 1 of 1) sorted by relevance
97 struct ext2_ext_attr_header *to_header = in ext2fs_swap_ext_attr() local103 if (to_header != from_header) in ext2fs_swap_ext_attr()104 memcpy(to_header, from_header, bufsize); in ext2fs_swap_ext_attr()107 to_entry = (struct ext2_ext_attr_entry *)to_header; in ext2fs_swap_ext_attr()110 to_header->h_magic = ext2fs_swab32(from_header->h_magic); in ext2fs_swap_ext_attr()111 to_header->h_blocks = ext2fs_swab32(from_header->h_blocks); in ext2fs_swap_ext_attr()112 to_header->h_refcount = ext2fs_swab32(from_header->h_refcount); in ext2fs_swap_ext_attr()114 to_header->h_reserved[n] = in ext2fs_swap_ext_attr()117 to_entry = (struct ext2_ext_attr_entry *)(to_header+1); in ext2fs_swap_ext_attr()