Home
last modified time | relevance | path

Searched refs:xfs_da3_node_hdr (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_da_format.c546 struct xfs_da3_node_hdr *hdr3 = (struct xfs_da3_node_hdr *)from; in xfs_da3_node_hdr_from_disk()
561 struct xfs_da3_node_hdr *hdr3 = (struct xfs_da3_node_hdr *)to; in xfs_da3_node_hdr_to_disk()
830 .node_hdr_size = sizeof(struct xfs_da3_node_hdr),
852 .node_hdr_size = sizeof(struct xfs_da3_node_hdr),
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)) argument
92 struct xfs_da3_node_hdr hdr;
Dxfs_da_btree.c133 struct xfs_da3_node_hdr *hdr3 = bp->b_addr; in xfs_da3_node_verify()
174 struct xfs_da3_node_hdr *hdr3 = bp->b_addr; in xfs_da3_node_write_verify()
341 struct xfs_da3_node_hdr *hdr3 = bp->b_addr; in xfs_da3_node_create()
343 memset(hdr3, 0, sizeof(struct xfs_da3_node_hdr)); in xfs_da3_node_create()
Dxfs_attr_leaf.c252 struct xfs_da3_node_hdr *hdr3 = bp->b_addr; in xfs_attr3_leaf_verify()
/linux-4.19.296/fs/xfs/
Dxfs_ondisk.h58 XFS_CHECK_STRUCT_SIZE(struct xfs_da3_node_hdr, 64); in xfs_check_ondisk_structs()