Searched refs:to3 (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c73 struct xfs_dir3_leaf *to3 = (struct xfs_dir3_leaf *)to; local
78 to3->hdr.info.hdr.forw = cpu_to_be32(from->forw);
79 to3->hdr.info.hdr.back = cpu_to_be32(from->back);
80 to3->hdr.info.hdr.magic = cpu_to_be16(from->magic);
81 to3->hdr.count = cpu_to_be16(from->count);
82 to3->hdr.stale = cpu_to_be16(from->stale);
H A Dxfs_da_btree.c174 struct xfs_da3_intnode *to3 = (struct xfs_da3_intnode *)to; local
177 to3->hdr.info.hdr.forw = cpu_to_be32(from->forw);
178 to3->hdr.info.hdr.back = cpu_to_be32(from->back);
179 to3->hdr.info.hdr.magic = cpu_to_be16(from->magic);
180 to3->hdr.__count = cpu_to_be16(from->count);
181 to3->hdr.__level = cpu_to_be16(from->level);
H A Dxfs_dir2_node.c280 struct xfs_dir3_free *to3 = (struct xfs_dir3_free *)to; local
284 to3->hdr.hdr.magic = cpu_to_be32(from->magic);
285 to3->hdr.firstdb = cpu_to_be32(from->firstdb);
286 to3->hdr.nvalid = cpu_to_be32(from->nvalid);
287 to3->hdr.nused = cpu_to_be32(from->nused);

Completed in 257 milliseconds