Searched refs:newdup2 (Results 1 – 1 of 1) sorted by relevance
1096 xfs_dir2_data_unused_t *newdup2; /* another new unused entry */ in xfs_dir2_data_use_free() local1201 newdup2 = (xfs_dir2_data_unused_t *)((char *)hdr + offset + len); in xfs_dir2_data_use_free()1202 newdup2->freetag = cpu_to_be16(XFS_DIR2_DATA_FREE_TAG); in xfs_dir2_data_use_free()1203 newdup2->length = cpu_to_be16(oldlen - len - be16_to_cpu(newdup->length)); in xfs_dir2_data_use_free()1204 *xfs_dir2_data_unused_tag_p(newdup2) = in xfs_dir2_data_use_free()1205 cpu_to_be16((char *)newdup2 - (char *)hdr); in xfs_dir2_data_use_free()1206 xfs_dir2_data_log_unused(args, bp, newdup2); in xfs_dir2_data_use_free()1222 xfs_dir2_data_freeinsert(hdr, bf, newdup2, in xfs_dir2_data_use_free()