Searched refs:newdup2 (Results 1 – 1 of 1) sorted by relevance
1065 xfs_dir2_data_unused_t *newdup2; /* another new unused entry */ in xfs_dir2_data_use_free() local1170 newdup2 = (xfs_dir2_data_unused_t *)((char *)hdr + offset + len); in xfs_dir2_data_use_free()1171 newdup2->freetag = cpu_to_be16(XFS_DIR2_DATA_FREE_TAG); in xfs_dir2_data_use_free()1172 newdup2->length = cpu_to_be16(oldlen - len - be16_to_cpu(newdup->length)); in xfs_dir2_data_use_free()1173 *xfs_dir2_data_unused_tag_p(newdup2) = in xfs_dir2_data_use_free()1174 cpu_to_be16((char *)newdup2 - (char *)hdr); in xfs_dir2_data_use_free()1175 xfs_dir2_data_log_unused(args, bp, newdup2); in xfs_dir2_data_use_free()1191 xfs_dir2_data_freeinsert(hdr, bf, newdup2, in xfs_dir2_data_use_free()