Lines Matching refs:dup
167 xfs_dir2_data_unused_t *dup; /* block unused entry */ in xfs_dir2_block_getdents() local
209 dup = (xfs_dir2_data_unused_t *)ptr; in xfs_dir2_block_getdents()
213 if (be16_to_cpu(dup->freetag) == XFS_DIR2_DATA_FREE_TAG) { in xfs_dir2_block_getdents()
214 ptr += be16_to_cpu(dup->length); in xfs_dir2_block_getdents()
482 xfs_dir2_data_unused_t *dup; /* unused entry */ in xfs_dir2_leaf_getdents() local
577 dup = (xfs_dir2_data_unused_t *)ptr; in xfs_dir2_leaf_getdents()
579 if (be16_to_cpu(dup->freetag) in xfs_dir2_leaf_getdents()
582 length = be16_to_cpu(dup->length); in xfs_dir2_leaf_getdents()
607 dup = (xfs_dir2_data_unused_t *)ptr; in xfs_dir2_leaf_getdents()
611 if (be16_to_cpu(dup->freetag) == XFS_DIR2_DATA_FREE_TAG) { in xfs_dir2_leaf_getdents()
612 length = be16_to_cpu(dup->length); in xfs_dir2_leaf_getdents()