postdup           795 fs/xfs/libxfs/xfs_dir2_data.c 	xfs_dir2_data_unused_t	*postdup;	/* unused entry after us */
postdup           825 fs/xfs/libxfs/xfs_dir2_data.c 		postdup =
postdup           827 fs/xfs/libxfs/xfs_dir2_data.c 		if (be16_to_cpu(postdup->freetag) != XFS_DIR2_DATA_FREE_TAG)
postdup           828 fs/xfs/libxfs/xfs_dir2_data.c 			postdup = NULL;
postdup           830 fs/xfs/libxfs/xfs_dir2_data.c 		postdup = NULL;
postdup           838 fs/xfs/libxfs/xfs_dir2_data.c 	if (prevdup && postdup) {
postdup           845 fs/xfs/libxfs/xfs_dir2_data.c 		dfp2 = xfs_dir2_data_freefind(hdr, bf, postdup);
postdup           856 fs/xfs/libxfs/xfs_dir2_data.c 		be16_add_cpu(&prevdup->length, len + be16_to_cpu(postdup->length));
postdup           915 fs/xfs/libxfs/xfs_dir2_data.c 	else if (postdup) {
postdup           916 fs/xfs/libxfs/xfs_dir2_data.c 		dfp = xfs_dir2_data_freefind(hdr, bf, postdup);
postdup           919 fs/xfs/libxfs/xfs_dir2_data.c 		newdup->length = cpu_to_be16(len + be16_to_cpu(postdup->length));