Searched refs:xfs_da3_node_hdr (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_da_format.h72 struct xfs_da3_node_hdr { struct
79 #define XFS_DA3_NODE_CRC_OFF (offsetof(struct xfs_da3_node_hdr, info.crc))
92 struct xfs_da3_node_hdr hdr;
H A Dxfs_ondisk.h63 XFS_CHECK_STRUCT_SIZE(struct xfs_da3_node_hdr, 64);
H A Dxfs_dir2.c131 dageo->node_hdr_size = sizeof(struct xfs_da3_node_hdr);
H A Dxfs_da_btree.c261 struct xfs_da3_node_hdr *hdr3 = bp->b_addr;
484 struct xfs_da3_node_hdr *hdr3 = bp->b_addr;
486 memset(hdr3, 0, sizeof(struct xfs_da3_node_hdr));

Completed in 112 milliseconds