Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
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_dir2.c119 dageo->node_hdr_size = sizeof(struct xfs_da3_node_hdr); in xfs_da_mount()
Dxfs_da_btree.c247 struct xfs_da3_node_hdr *hdr3 = bp->b_addr; in xfs_da3_node_write_verify()
446 struct xfs_da3_node_hdr *hdr3 = bp->b_addr; in xfs_da3_node_create()
448 memset(hdr3, 0, sizeof(struct xfs_da3_node_hdr)); in xfs_da3_node_create()
/fs/xfs/
Dxfs_ondisk.h63 XFS_CHECK_STRUCT_SIZE(struct xfs_da3_node_hdr, 64); in xfs_check_ondisk_structs()