Searched refs:xfs_attr3_leaf_hdr (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_da_format.h678 struct xfs_attr3_leaf_hdr { struct
689 #define XFS_ATTR3_LEAF_CRC_OFF (offsetof(struct xfs_attr3_leaf_hdr, info.crc))
692 struct xfs_attr3_leaf_hdr hdr;
734 return sizeof(struct xfs_attr3_leaf_hdr);
H A Dxfs_ondisk.h58 XFS_CHECK_STRUCT_SIZE(struct xfs_attr3_leaf_hdr, 80);
H A Dxfs_attr_leaf.c100 struct xfs_attr3_leaf_hdr *hdr3;
103 hdr3 = (struct xfs_attr3_leaf_hdr *) from;
127 struct xfs_attr3_leaf_hdr *hdr3;
145 hdr3 = (struct xfs_attr3_leaf_hdr *) to;
164 struct xfs_attr3_leaf_hdr *hdr3 = (struct xfs_attr3_leaf_hdr *)from;
206 struct xfs_attr3_leaf_hdr *hdr3 = (struct xfs_attr3_leaf_hdr *)to;
397 struct xfs_attr3_leaf_hdr *hdr3 = bp->b_addr;
1243 ichdr.freemap[0].base = sizeof(struct xfs_attr3_leaf_hdr);
[all...]

Completed in 130 milliseconds