Lines Matching refs:leaf
1189 xfs_attr_leafblock_t *leaf; in xfs_attr_leaf_list() local
1198 leaf = bp->data; in xfs_attr_leaf_list()
1199 if (unlikely(leaf->hdr.info.magic != cpu_to_be16(XFS_ATTR_LEAF_MAGIC))) { in xfs_attr_leaf_list()
1201 context->dp->i_mount, leaf); in xfs_attr_leaf_list()
1809 xfs_attr_leafblock_t *leaf; in xfs_attr_node_list() local
1838 leaf = bp->data; in xfs_attr_node_list()
1839 if (cursor->hashval > be32_to_cpu(leaf->entries[ in xfs_attr_node_list()
1840 be16_to_cpu(leaf->hdr.count)-1].hashval)) { in xfs_attr_node_list()
1845 be32_to_cpu(leaf->entries[0].hashval)) { in xfs_attr_node_list()
1917 leaf = bp->data; in xfs_attr_node_list()
1918 if (unlikely(leaf->hdr.info.magic != in xfs_attr_node_list()
1922 context->dp->i_mount, leaf); in xfs_attr_node_list()
1931 if (context->seen_enough || leaf->hdr.info.forw == 0) in xfs_attr_node_list()
1933 cursor->blkno = be32_to_cpu(leaf->hdr.info.forw); in xfs_attr_node_list()