Home
last modified time | relevance | path

Searched refs:xfs_dir3_leaf_hdr (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_da_format.h418 struct xfs_dir3_leaf_hdr { struct
449 struct xfs_dir3_leaf_hdr hdr; /* leaf header */
453 #define XFS_DIR3_LEAF_CRC_OFF offsetof(struct xfs_dir3_leaf_hdr, info.crc)
H A Dxfs_dir2_leaf.c110 struct xfs_dir3_leaf_hdr *leaf3 = bp->b_addr; in xfs_dir3_leaf1_check()
233 struct xfs_dir3_leaf_hdr *hdr3 = bp->b_addr; in xfs_dir3_leaf_write_verify()
317 struct xfs_dir3_leaf_hdr *leaf3 = bp->b_addr; in xfs_dir3_leaf_init()
1667 hdrsize = sizeof(struct xfs_dir3_leaf_hdr); in xfs_dir3_leaf_size()
H A Dxfs_dir2.c125 dageo->leaf_hdr_size = sizeof(struct xfs_dir3_leaf_hdr); in xfs_da_mount()
H A Dxfs_dir2_node.c70 struct xfs_dir3_leaf_hdr *leaf3 = bp->b_addr; in xfs_dir3_leafn_check()
/openbmc/linux/fs/xfs/
H A Dxfs_ondisk.h69 XFS_CHECK_STRUCT_SIZE(struct xfs_dir3_leaf_hdr, 64); in xfs_check_ondisk_structs()
/openbmc/linux/fs/xfs/scrub/
H A Ddir.c483 struct xfs_dir3_leaf_hdr *hdr3 = bp->b_addr; in xchk_directory_leaf1_bestfree()