Searched refs:postdup (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_data.c524 xfs_dir2_data_unused_t *postdup; /* unused entry after us */ local
559 postdup =
561 if (be16_to_cpu(postdup->freetag) != XFS_DIR2_DATA_FREE_TAG)
562 postdup = NULL;
564 postdup = NULL;
571 if (prevdup && postdup) {
575 * See if prevdup and/or postdup are in bestfree table.
578 dfp2 = xfs_dir2_data_freefind(d, postdup);
589 be16_add(&prevdup->length, len + be16_to_cpu(postdup->length));
647 else if (postdup) {
[all...]

Completed in 79 milliseconds