Lines Matching defs:postdup
847 xfs_dir2_data_unused_t *postdup; /* unused entry after us */
878 postdup =
880 if (be16_to_cpu(postdup->freetag) != XFS_DIR2_DATA_FREE_TAG)
881 postdup = NULL;
883 postdup = NULL;
891 if (prevdup && postdup) {
895 * See if prevdup and/or postdup are in bestfree table.
898 dfp2 = xfs_dir2_data_freefind(hdr, bf, postdup);
909 be16_add_cpu(&prevdup->length, len + be16_to_cpu(postdup->length));
968 else if (postdup) {
969 dfp = xfs_dir2_data_freefind(hdr, bf, postdup);
972 newdup->length = cpu_to_be16(len + be16_to_cpu(postdup->length));