Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_da_format.h685 struct xfs_attr3_leaf_hdr { struct
696 #define XFS_ATTR3_LEAF_CRC_OFF (offsetof(struct xfs_attr3_leaf_hdr, info.crc)) argument
699 struct xfs_attr3_leaf_hdr hdr;
778 return sizeof(struct xfs_attr3_leaf_hdr); in xfs_attr3_leaf_hdr_size()
Dxfs_attr_leaf.c100 struct xfs_attr3_leaf_hdr *hdr3; in xfs_attr3_leaf_firstused_from_disk()
103 hdr3 = (struct xfs_attr3_leaf_hdr *) from; in xfs_attr3_leaf_firstused_from_disk()
127 struct xfs_attr3_leaf_hdr *hdr3; in xfs_attr3_leaf_firstused_to_disk()
145 hdr3 = (struct xfs_attr3_leaf_hdr *) to; in xfs_attr3_leaf_firstused_to_disk()
164 struct xfs_attr3_leaf_hdr *hdr3 = (struct xfs_attr3_leaf_hdr *)from; in xfs_attr3_leaf_hdr_from_disk()
206 struct xfs_attr3_leaf_hdr *hdr3 = (struct xfs_attr3_leaf_hdr *)to; in xfs_attr3_leaf_hdr_to_disk()
329 struct xfs_attr3_leaf_hdr *hdr3 = bp->b_addr; in xfs_attr3_leaf_write_verify()
1176 ichdr.freemap[0].base = sizeof(struct xfs_attr3_leaf_hdr); in xfs_attr3_leaf_create()
/linux-4.19.296/fs/xfs/
Dxfs_ondisk.h53 XFS_CHECK_STRUCT_SIZE(struct xfs_attr3_leaf_hdr, 80); in xfs_check_ondisk_structs()