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

/linux-master/fs/xfs/libxfs/
H A Dxfs_da_format.h731 xfs_attr3_leaf_hdr_size(struct xfs_attr_leafblock *leafp) argument
733 if (leafp->hdr.info.magic == cpu_to_be16(XFS_ATTR3_LEAF_MAGIC))
739 xfs_attr3_leaf_entryp(xfs_attr_leafblock_t *leafp) argument
741 if (leafp->hdr.info.magic == cpu_to_be16(XFS_ATTR3_LEAF_MAGIC))
742 return &((struct xfs_attr3_leafblock *)leafp)->entries[0];
743 return &leafp->entries[0];
750 xfs_attr3_leaf_name(xfs_attr_leafblock_t *leafp, int idx) argument
752 struct xfs_attr_leaf_entry *entries = xfs_attr3_leaf_entryp(leafp);
754 return &((char *)leafp)[be16_to_cpu(entries[idx].nameidx)];
758 xfs_attr3_leaf_name_remote(xfs_attr_leafblock_t *leafp, in argument
764 xfs_attr3_leaf_name_local(xfs_attr_leafblock_t *leafp, int idx) argument
[all...]

Completed in 85 milliseconds