Home
last modified time | relevance | path

Searched refs:leaf3 (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_dir2_leaf.c49 struct xfs_dir3_leaf_hdr *leaf3 = bp->b_addr; in xfs_dir3_leaf1_check() local
50 if (be64_to_cpu(leaf3->info.blkno) != bp->b_bn) in xfs_dir3_leaf1_check()
264 struct xfs_dir3_leaf_hdr *leaf3 = bp->b_addr; in xfs_dir3_leaf_init() local
266 memset(leaf3, 0, sizeof(*leaf3)); in xfs_dir3_leaf_init()
268 leaf3->info.hdr.magic = (type == XFS_DIR2_LEAF1_MAGIC) in xfs_dir3_leaf_init()
271 leaf3->info.blkno = cpu_to_be64(bp->b_bn); in xfs_dir3_leaf_init()
272 leaf3->info.owner = cpu_to_be64(owner); in xfs_dir3_leaf_init()
273 uuid_copy(&leaf3->info.uuid, &mp->m_sb.sb_meta_uuid); in xfs_dir3_leaf_init()
Dxfs_dir2_node.c51 struct xfs_dir3_leaf_hdr *leaf3 = bp->b_addr; in xfs_dir3_leafn_check() local
52 if (be64_to_cpu(leaf3->info.blkno) != bp->b_bn) in xfs_dir3_leafn_check()